[DockerAPI] Fix image, fixes #2008

This commit is contained in:
andryyy
2018-11-16 20:09:29 +01:00
parent e1aac74310
commit 7998ec3f1f
2 changed files with 3 additions and 2 deletions

View File

@@ -2,6 +2,7 @@ FROM alpine:3.8
LABEL maintainer "Andre Peters <andre.peters@servercow.de>"
RUN apk add -U --no-cache python2 python-dev py-pip gcc musl-dev tzdata openssl-dev libffi-dev \
&& pip2 install --upgrade pip \
&& pip2 install --upgrade docker==3.0.1 flask flask-restful pyOpenSSL \
&& apk del python-dev py2-pip gcc