Sort on lines [ci skip]
This commit is contained in:
		@ -1,6 +1,13 @@
 | 
				
			|||||||
FROM alpine:latest
 | 
					FROM alpine:latest
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN apk add --no-cache curl bash py3-requests jq yq skopeo git
 | 
					RUN apk add --no-cache \
 | 
				
			||||||
 | 
					  bash \
 | 
				
			||||||
 | 
					  curl \
 | 
				
			||||||
 | 
					  git \
 | 
				
			||||||
 | 
					  jq \
 | 
				
			||||||
 | 
					  py3-requests \
 | 
				
			||||||
 | 
					  skopeo \
 | 
				
			||||||
 | 
					  yq
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN mkdir -p ~./local/bin
 | 
					RUN mkdir -p ~./local/bin
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user