fix
Build container / build (push) Successful in 6m2s

This commit is contained in:
maurice
2026-09-07 18:11:33 +02:00
parent ddaaa4601e
commit 622e3de7f7
+1 -3
View File
@@ -5,9 +5,7 @@ RUN --mount=type=cache,id=dnf-cache,target=/var/cache/libdnf5 \
dnf update -y && \
dnf -y --setopt=keepcache=1 --setopt=install_weak_deps=False install \
bash-completion git-core curl awk jq rg zip unzip which ncurses \
host-spawn wl-copy gcc helix helix-themes rsync python3 python3-pip dotnet-sdk-10.0 openssl-devel \
alsa-lib-devel \ # Neginoth-project
host-spawn wl-copy gcc helix helix-themes rsync python3 python3-pip dotnet-sdk-10.0 openssl-devel
# === setup user ===
RUN useradd -ms /bin/bash user && \