Skip to content

Commit

Permalink
Do not symlink sh
Browse files Browse the repository at this point in the history
  • Loading branch information
trevnels committed Jan 17, 2024
1 parent ffc4516 commit 5791e79
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5791e79

Please sign in to comment.