Disable installing recommended packages in final image stage
This commit is contained in:
		@@ -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 \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user