Skip to content

Commit

Permalink
Merge pull request #122 from ublue-os/castrojo-patch-4
Browse files Browse the repository at this point in the history
fix(ubuntu): remove unminimize
  • Loading branch information
m2Giles authored Oct 7, 2024
2 parents 0cae025 + 39ca3fc commit c74ee2b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions toolboxes/ubuntu-toolbox/Containerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +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 && \
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 c74ee2b

Please sign in to comment.