Merge pull request #4410 from AlexBeakes/master

Fix pip3 issue that broke netfilter Dockerfile build
master
Michael Kuron 2022-01-05 22:36:20 +01:00 committed by GitHub
commit 526b3f885b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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