New containers
All checks were successful
Build container / fedora-build (push) Successful in 8m46s

This commit is contained in:
maurice
2025-10-28 12:14:28 +01:00
parent f0a71e9d47
commit 2d111c34a7
8 changed files with 100 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ RUN dnf update -y && \
dnf copr enable -y atim/lazygit && \
dnf -y install procps ping bash-completion glibc-langpack-en \
host-spawn dbus-launch \
git pnpm helix
git pnpm helix zip
# === setup user ===
RUN useradd -ms /bin/bash user && \