Skip to content

Commit

Permalink
add back some things to make it work again
Browse files Browse the repository at this point in the history
  • Loading branch information
Mick Pollard committed Oct 27, 2023
1 parent 7915e25 commit 4a82098
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ RUN sed -Ei '/apt-get (update|upgrade)/s/^/#/' /usr/local/sbin/unminimize \
&& apt-get update -yq \
&& apt-get -yq dist-upgrade \
&& DEBIAN_FRONTEND=noninteractive apt-get -yq install \
libnss-myhostname \
libnss-myhostname ubuntu-minimal ubuntu-standard \
$(cat extra-packages | xargs) \
&& yes | /usr/local/sbin/unminimize && echo '' \
&& apt-get clean
RUN rm /extra-packages

# Fix empty bind-mount to clear selinuxfs (see #337)
RUN mkdir /usr/share/empty

0 comments on commit 4a82098

Please sign in to comment.