Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
Update Containerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Sep 1, 2023
1 parent 8a0329c commit c4638fc
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,4 @@ RUN apt-get update && \
$(cat extra-packages | xargs) && \
rm -rd /var/lib/apt/lists/*

RUN ln -fs /bin/sh /usr/bin/sh && \
ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/docker && \
ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/flatpak && \
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 rm /extra-packages

0 comments on commit c4638fc

Please sign in to comment.