Disable installing recommended packages in final image stage
This commit is contained in:
parent
df1b70a549
commit
fadb6b7251
@ -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 ln -s /usr/bin/tofu /usr/local/bin/terraform
|
||||||
|
|
||||||
RUN apt-get update --yes
|
RUN apt-get update --yes
|
||||||
RUN apt-get install --yes \
|
RUN apt-get install --yes --no-install-recommends \
|
||||||
openssh-client \
|
openssh-client \
|
||||||
apt-transport-https \
|
apt-transport-https \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
|
Loading…
Reference in New Issue
Block a user