1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-12-28 09:11:33 +00:00

Fix pip3 uninstall error

This commit is contained in:
Alex Beakes
2022-01-02 03:51:09 +03:00
committed by GitHub
parent e2b4b6f6bc
commit a0b0d36e22

View File

@@ -16,7 +16,7 @@ RUN apk add --virtual .build-deps \
tzdata \
py3-pip \
musl-dev \
&& pip3 install --upgrade pip \
&& pip3 install --ignore-installed --upgrade pip \
python-iptables \
redis \
ipaddress \