Update CA certificates in Dockerfile (#2339)
This commit is contained in:
		
							parent
							
								
									723f25a999
								
							
						
					
					
						commit
						83e3538181
					
				| 
						 | 
					@ -29,11 +29,13 @@ RUN echo "@edge https://nl.alpinelinux.org/alpine/edge/main" >> /etc/apk/reposit
 | 
				
			||||||
    ffmpeg \
 | 
					    ffmpeg \
 | 
				
			||||||
    file \
 | 
					    file \
 | 
				
			||||||
    imagemagick@edge \
 | 
					    imagemagick@edge \
 | 
				
			||||||
 | 
					    ca-certificates \
 | 
				
			||||||
 && npm install -g npm@3 && npm install -g yarn \
 | 
					 && npm install -g npm@3 && npm install -g yarn \
 | 
				
			||||||
 && bundle install --deployment --without test development \
 | 
					 && bundle install --deployment --without test development \
 | 
				
			||||||
 && yarn --ignore-optional \
 | 
					 && yarn --ignore-optional \
 | 
				
			||||||
 && yarn cache clean \
 | 
					 && yarn cache clean \
 | 
				
			||||||
 && npm -g cache clean \
 | 
					 && npm -g cache clean \
 | 
				
			||||||
 | 
					 && update-ca-certificates \
 | 
				
			||||||
 && apk del $BUILD_DEPS \
 | 
					 && apk del $BUILD_DEPS \
 | 
				
			||||||
 && rm -rf /tmp/* /var/cache/apk/*
 | 
					 && rm -rf /tmp/* /var/cache/apk/*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue