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 && \