From 5791e79f4ba703f5918afa55a162f971f1f02415 Mon Sep 17 00:00:00 2001 From: trevnels <25140503+trevnels@users.noreply.github.com> Date: Tue, 16 Jan 2024 23:06:23 -0500 Subject: [PATCH] Do not symlink sh --- Containerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index eeec853..73eceab 100644 --- a/Containerfile +++ b/Containerfile @@ -20,8 +20,7 @@ RUN npm install -g bun # install Typst -RUN ln -fs /bin/sh /usr/bin/sh && \ - ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/docker && \ +RUN ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/docker && \ 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 \ No newline at end of file