mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-08-03 07:23:39 +00:00
Remove pyOpenSSL
This commit is contained in:
parent
7032ea00d0
commit
cd71935001
1 changed files with 1 additions and 3 deletions
|
|
@ -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/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue