From 50907b95192accffb8ec489cb7ee573716c9ddc8 Mon Sep 17 00:00:00 2001 From: Pallav Vasa Date: Wed, 21 May 2025 10:36:38 +0000 Subject: [PATCH] feat: remove sshd from openssh package --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && \