Disable installing recommended packages in final image stage

This commit is contained in:
Ethan Paul 2024-03-11 14:08:28 -04:00
parent df1b70a549
commit fadb6b7251
Signed by: enpaul
GPG Key ID: 9B6D99E4CFA31867
1 changed files with 1 additions and 1 deletions

View File

@ -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 \