Skip to content

Commit

Permalink
fix: remove missing apt config
Browse files Browse the repository at this point in the history
  • Loading branch information
rothgar committed Dec 11, 2024
1 parent 24dc96a commit 28c6827
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion toolboxes/debian-toolbox/Containerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ RUN rm /etc/apt/apt.conf.d/docker-gzip-indexes /etc/apt/apt.conf.d/docker-no-lan
mkdir /usr/share/empty && \
curl -sLo /usr/bin/host-spawn https://github.com/1player/host-spawn/releases/download/1.5.0/host-spawn-x86_64 && \
chmod +x /usr/bin/host-spawn && \
rm /etc/apt/apt.conf.d/20apt-esm-hook.conf && \
ln -s /usr/libexec/flatpak-xdg-utils/flatpak-spawn /usr/bin/ && \
ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/docker && \
ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/flatpak && \
Expand Down

0 comments on commit 28c6827

Please sign in to comment.