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