update
This commit is contained in:
		@@ -12,8 +12,7 @@ RUN set -eux; \
 | 
				
			|||||||
    apk update; \
 | 
					    apk update; \
 | 
				
			||||||
    \
 | 
					    \
 | 
				
			||||||
    apk add --no-cache --virtual .build-deps \
 | 
					    apk add --no-cache --virtual .build-deps \
 | 
				
			||||||
        tar \
 | 
					        tar;
 | 
				
			||||||
        ; \
 | 
					 | 
				
			||||||
RUN apk add --no-cache \
 | 
					RUN apk add --no-cache \
 | 
				
			||||||
        ca-certificates;
 | 
					        ca-certificates;
 | 
				
			||||||
RUN update-ca-certificates;
 | 
					RUN update-ca-certificates;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user