mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-11-03 20:07:43 +00:00 
			
		
		
		
	Merge pull request #1553 from OlegRakovitch/patch-2
Add missing package to docker image
This commit is contained in:
		
						commit
						03f4518da9
					
				@ -3,6 +3,7 @@ FROM alpine:3.6
 | 
				
			|||||||
RUN apk update -f \
 | 
					RUN apk update -f \
 | 
				
			||||||
  && apk --no-cache add -f \
 | 
					  && apk --no-cache add -f \
 | 
				
			||||||
  openssl \
 | 
					  openssl \
 | 
				
			||||||
 | 
					  coreutils \
 | 
				
			||||||
  curl \
 | 
					  curl \
 | 
				
			||||||
  socat \
 | 
					  socat \
 | 
				
			||||||
  && rm -rf /var/cache/apk/*
 | 
					  && rm -rf /var/cache/apk/*
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user