Skip to content

Commit

Permalink
fix(ubuntu): remove other unminimize
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Oct 7, 2024
1 parent c8c80b9 commit 862d23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolboxes/ubuntu-toolbox/Containerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY ./toolboxes/ubuntu-toolbox/packages.ubuntu /toolbox-packages

RUN rm /etc/apt/apt.conf.d/docker-gzip-indexes /etc/apt/apt.conf.d/docker-no-languages && \
sed -Ei 's/^(hosts:.*)(\<files\>)\s*(.*)/\1\2 myhostname \3/' /etc/nsswitch.conf && \
sed -Ei '/apt-get (update|upgrade)/s/^/#/' /usr/local/sbin/unminimize && \
sed -Ei '/apt-get (update|upgrade)/s/^/#/' && \
apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get -y install \
ubuntu-minimal ubuntu-standard \
Expand Down

0 comments on commit 862d23d

Please sign in to comment.