This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
				
			|||||||
FROM alpine:latest
 | 
					FROM alpine:latest
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN apk add --no-cache python3 py3-pip py3-wheel git py3-lxml py3-gevent
 | 
					RUN apk add --no-cache python3 py3-pip py3-wheel git py3-lxml py3-gevent py3-zope-interface py3-zope-event
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ADD . /app
 | 
					ADD . /app
 | 
				
			||||||
RUN pip3 install --no-cache-dir /app[full] gunicorn
 | 
					RUN pip3 install --no-cache-dir /app[full] gunicorn
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user