Skip to content

Commit

Permalink
fix: update toolbox containerfile (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo committed May 1, 2023
1 parent 05c4989 commit f74bd75
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Containerfile.toolbox
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN sed -Ei '/apt-get (update|upgrade)/s/^/#/' /usr/local/sbin/unminimize && \
apt-get update && \
yes | /usr/local/sbin/unminimize && \
DEBIAN_FRONTEND=noninteractive apt-get -y install \
$(cat /toolbox-packages) && \
$(cat toolbox-packages | xargs) && \
rm -rd /var/lib/apt/lists/*

RUN rm /toolbox-packages
Expand All @@ -21,5 +21,4 @@ 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
ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/rpm-ostree

0 comments on commit f74bd75

Please sign in to comment.