diff --git a/Containerfile b/Containerfile index 795552c..fc41562 100644 --- a/Containerfile +++ b/Containerfile @@ -76,7 +76,7 @@ RUN ln -s /usr/local/bin/spectre /usr/local/bin/mpw RUN ln -s /usr/bin/tofu /usr/local/bin/terraform RUN apt-get update --yes -RUN apt-get install --yes \ +RUN apt-get install --yes --no-install-recommends \ openssh-client \ apt-transport-https \ ca-certificates \