Skip to content

Commit

Permalink
Merge pull request #4410 from AlexBeakes/master
Browse files Browse the repository at this point in the history
Fix pip3 issue that broke netfilter Dockerfile build
  • Loading branch information
mkuron committed Jan 5, 2022
2 parents 29bd368 + a0b0d36 commit 526b3f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/Dockerfiles/netfilter/Dockerfile
Expand Up @@ -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 \
Expand Down

0 comments on commit 526b3f8

Please sign in to comment.