diff --git a/Containerfile b/Containerfile index efe9e29..452c4b9 100644 --- a/Containerfile +++ b/Containerfile @@ -15,7 +15,7 @@ RUN pacman -Sy --noconfirm && \ lazygit luarocks python-pynvim npm bash-completion tree-sitter-cli kitty-terminfo \ lua51 openssh fortune-mod podman-compose podman-docker && \ pacman -Scc --noconfirm && \ - rm -rf /var/cache/pacman/pkg/* + rm -rf /var/cache/pacman/pkg/* /usr/bin/sshd /usr/lib/systemd/system/sshd.service # Create user/groups as per your script, with -l to avoid system user quirks RUN groupadd -g $DEV_GID $DEV_USER && \