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 40ad6a2 commit ade5c82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ COPY aussielunix_Root_CA_168848365996868199089383065266162030969.crt /usr/local/
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 apt-get install ca-certificates && \
apt-get update -yq && \
apt-get -yq dist-upgrade

RUN DEBIAN_FRONTEND=noninteractive apt-get -yq install \
Expand Down

0 comments on commit ade5c82

Please sign in to comment.