feat: add lazysql

This commit is contained in:
Job
2026-02-21 10:41:17 +01:00
parent 10f0f5993b
commit dc2f2991bc

View File

@@ -5,9 +5,10 @@ RUN --mount=type=cache,id=dnf-cache,target=/var/cache/libdnf5 \
dnf update -y && \ dnf update -y && \
dnf copr enable -y atim/lazygit && \ dnf copr enable -y atim/lazygit && \
dnf copr enable -y atim/lazydocker && \ dnf copr enable -y atim/lazydocker && \
dnf copr enable -y gierth/tools-golang && \
dnf -y --setopt=keepcache=1 install procps ping bash-completion glibc-langpack-en \ dnf -y --setopt=keepcache=1 install procps ping bash-completion glibc-langpack-en \
host-spawn dbus-launch \ host-spawn dbus-launch \
zoxide git npm neovim awk jq unzip fd-find lazygit lazydocker zoxide git npm neovim awk jq unzip fd-find lazygit lazydocker lazysql
# === setup user === # === setup user ===
RUN useradd -ms /bin/bash user && echo 'user ALL=NOPASSWD: ALL' > /etc/sudoers && mkdir -p /run/user/1000 && chown user:user /run/user/1000 RUN useradd -ms /bin/bash user && echo 'user ALL=NOPASSWD: ALL' > /etc/sudoers && mkdir -p /run/user/1000 && chown user:user /run/user/1000