From 2e5e007a3310df664822a47b4689f629786c81d7 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Sun, 15 Sep 2024 18:24:01 -0700 Subject: [PATCH] feat: Remove lchsh (#637) --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index 729b50e7..8774ebb7 100644 --- a/Containerfile +++ b/Containerfile @@ -28,6 +28,7 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \ --mount=type=bind,from=akmods,src=/rpms/ublue-os,dst=/tmp/akmods-rpms \ --mount=type=bind,from=kernel,src=/tmp/rpms,dst=/tmp/kernel-rpms \ rm -f /usr/bin/chsh && \ + rm -f /usr/bin/lchsh && \ mkdir -p /var/lib/alternatives && \ /ctx/install.sh && \ /ctx/post-install.sh && \