1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-11-29 22:37:58 +02:00

still need pip3

This commit is contained in:
Florent Daigniere
2021-08-03 14:01:44 +02:00
parent defea3258d
commit ccb3631622

View File

@@ -6,7 +6,7 @@ COPY requirements.txt /requirements.txt
ARG version=master
ENV VERSION=$version
RUN apk add --no-cache nginx curl python3 \
RUN apk add --no-cache nginx curl python3 py3-pip \
&& pip3 install -r /requirements.txt \
&& mkdir /run/nginx