Skip to content

Commit

Permalink
fix(ubuntu): remove unminimize
Browse files Browse the repository at this point in the history
Ubuntu yeeted this package from 24.04 so it's causing a build failure.
  • Loading branch information
castrojo authored Oct 7, 2024
1 parent 0cae025 commit c8c80b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion toolboxes/ubuntu-toolbox/Containerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ RUN rm /etc/apt/apt.conf.d/docker-gzip-indexes /etc/apt/apt.conf.d/docker-no-lan
sed -Ei 's/^(hosts:.*)(\<files\>)\s*(.*)/\1\2 myhostname \3/' /etc/nsswitch.conf && \
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 \
ubuntu-minimal ubuntu-standard \
libnss-myhostname \
Expand Down

0 comments on commit c8c80b9

Please sign in to comment.