From 8dfe035f686bb633a26f4c4475a2d9b028cc36f2 Mon Sep 17 00:00:00 2001 From: Bastien Riviere Date: Sat, 12 Oct 2024 19:33:27 +0200 Subject: [PATCH] chore: remove elvish chsh which is not working --- Containerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Containerfile b/Containerfile index 4953d19..d9a389d 100644 --- a/Containerfile +++ b/Containerfile @@ -24,5 +24,3 @@ RUN ln -fs /bin/sh /usr/bin/sh && \ ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/podman && \ ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/rpm-ostree && \ ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/transactional-update - -RUN which elvish | tee -a /etc/shells && chsh -s $(which elvish)