Merge pull request #2629 from christianbur/acme_v3
acme-tiny with python3
This commit is contained in:
		@@ -12,9 +12,9 @@ RUN apk add --update --no-cache \
 | 
				
			|||||||
  redis \
 | 
					  redis \
 | 
				
			||||||
  tini \
 | 
					  tini \
 | 
				
			||||||
  tzdata \
 | 
					  tzdata \
 | 
				
			||||||
  py-pip \
 | 
					  python3 \
 | 
				
			||||||
  && pip install --upgrade pip \
 | 
					  && python3 -m pip install --upgrade pip \
 | 
				
			||||||
  && pip install acme-tiny
 | 
					  && python3 -m pip install acme-tiny
 | 
				
			||||||
 | 
					
 | 
				
			||||||
COPY docker-entrypoint.sh /srv/docker-entrypoint.sh
 | 
					COPY docker-entrypoint.sh /srv/docker-entrypoint.sh
 | 
				
			||||||
COPY expand6.sh /srv/expand6.sh
 | 
					COPY expand6.sh /srv/expand6.sh
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user