From f028ba061494bab81ff34ca09d71308cd77f85db Mon Sep 17 00:00:00 2001 From: Mick Pollard <5791325-aussielunix_@users.noreply.gitlab.com> Date: Sat, 2 Dec 2023 11:53:00 +1100 Subject: [PATCH] test --- Containerfile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Containerfile b/Containerfile index 7bd8fef..2b1af4a 100644 --- a/Containerfile +++ b/Containerfile @@ -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