Replace Werkzeug with Bjoern as underlying WSGI server (#672)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FROM alpine:3.5
|
||||
|
||||
RUN apk update
|
||||
RUN apk add --no-cache python python-dev build-base py-pip
|
||||
RUN apk add --no-cache python python-dev build-base py-pip libev-dev
|
||||
RUN pip install --upgrade pip
|
||||
RUN rm -r /root/.cache
|
||||
|
||||
|
||||
Reference in New Issue
Block a user