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 63e5b88 commit 82b5858
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ COPY extra-packages /
COPY aussielunix_Root_CA_168848365996868199089383065266162030969.crt /usr/local/share/ca-certificates/

# update apt and install ca-certificates and dist-upgrade
RUN apt-get update -yq && \
apt-get -yq install ca-certificates && \
apt-get -yq dist-upgrade
RUN DEBIAN_FRONTEND=noninteractive apt-get update -yq && \
DEBIAN_FRONTEND=noninteractive apt-get -yq install ca-certificates && \
DEBIAN_FRONTEND=noninteractive apt-get -yq dist-upgrade

# Install Hashicorp apt signing key and apt repo
COPY hashicorp-apt-keyring.gpg /etc/apt/keyrings/hashicorp-apt-keyring.gpg
Expand Down

0 comments on commit 82b5858

Please sign in to comment.