From 91a6ef98e64f1eccc868b5de832351f73790edef Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Wed, 7 Aug 2024 18:25:51 -0700 Subject: [PATCH] feat: Stop supporting chsh No more footguns --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index a15bb0c6..729b50e7 100644 --- a/Containerfile +++ b/Containerfile @@ -27,6 +27,7 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \ --mount=type=bind,from=config,src=/rpms,dst=/tmp/rpms \ --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 && \ mkdir -p /var/lib/alternatives && \ /ctx/install.sh && \ /ctx/post-install.sh && \