From 622e3de7f7e40b51ba78d5b24253ba2f8451caef Mon Sep 17 00:00:00 2001 From: maurice Date: Mon, 7 Sep 2026 18:11:33 +0200 Subject: [PATCH] fix --- container/Containerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/container/Containerfile b/container/Containerfile index 661b53c..4ed93b1 100644 --- a/container/Containerfile +++ b/container/Containerfile @@ -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 && \