Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mick Pollard committed Dec 2, 2023
1 parent 82b5858 commit f028ba0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,10 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -yq && \
COPY hashicorp-apt-keyring.gpg /etc/apt/keyrings/hashicorp-apt-keyring.gpg
COPY hashicorp-apt-repo.list /etc/apt/sources.list.d/hashicorp.list

RUN apt-get update -yq && \

RUN DEBIAN_FRONTEND=noninteractive apt-get -yq install \
libnss-myhostname ubuntu-minimal ubuntu-standard \
$(cat extra-packages | xargs)
RUN DEBIAN_FRONTEND=noninteractive apt-get update -yq && \
DEBIAN_FRONTEND=noninteractive apt-get -yq install \
libnss-myhostname ubuntu-minimal ubuntu-standard \
$(cat extra-packages | xargs)

RUN yes | /usr/local/sbin/unminimize

Expand Down

0 comments on commit f028ba0

Please sign in to comment.