From ade5c829c5b7240cfb66129c04fee1990e173495 Mon Sep 17 00:00:00 2001 From: Mick Pollard <5791325-aussielunix_@users.noreply.gitlab.com> Date: Sat, 2 Dec 2023 11:43:23 +1100 Subject: [PATCH] test --- Containerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 4c9e6dd..7278d36 100644 --- a/Containerfile +++ b/Containerfile @@ -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 \