Remove pyOpenSSL

master
Christian Burmeister 2019-05-21 19:58:18 +02:00 committed by GitHub
parent 7032ea00d0
commit cd71935001
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -4,10 +4,8 @@ LABEL maintainer "Andre Peters <andre.peters@servercow.de>"
WORKDIR /app
RUN apk add --update --no-cache python3 openssl tzdata \
&& apk add --update --no-cache --virtual .build-dependencies gcc python3-dev musl-dev libffi-dev openssl-dev \
&& pip3 install --upgrade pip \
&& pip3 install --upgrade docker flask flask-restful pyOpenSSL \
&& apk del .build-dependencies
&& pip3 install --upgrade docker flask flask-restful
COPY server.py /app/