chore: remove elvish chsh which is not working

This commit is contained in:
Bastien Riviere 2024-10-12 19:33:27 +02:00
parent 71916da848
commit 8dfe035f68
Signed by: babariviere
GPG key ID: 4E5F0839249F162E

View file

@ -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/podman && \
ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/rpm-ostree && \ ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/rpm-ostree && \
ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/transactional-update ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/transactional-update
RUN which elvish | tee -a /etc/shells && chsh -s $(which elvish)