mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-22 01:32:08 +00:00
Merge pull request #4410 from AlexBeakes/master
Fix pip3 issue that broke netfilter Dockerfile build
This commit is contained in:
commit
526b3f885b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue