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 3b418b1 commit 63e5b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COPY aussielunix_Root_CA_168848365996868199089383065266162030969.crt /usr/local/

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

# Install Hashicorp apt signing key and apt repo
Expand Down

0 comments on commit 63e5b88

Please sign in to comment.