From 3792a5f6a19047108e2d64826b3a1faf51587ff1 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Fri, 14 Jan 2022 12:51:15 +0000 Subject: [PATCH] fix packaging --- docker/ipphoney/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/ipphoney/Dockerfile b/docker/ipphoney/Dockerfile index e6529348..36b93db5 100644 --- a/docker/ipphoney/Dockerfile +++ b/docker/ipphoney/Dockerfile @@ -24,6 +24,7 @@ RUN apk -U add \ git clone https://gitlab.com/bontchev/ipphoney.git/ && \ cd ipphoney && \ git checkout 7ab1cac437baba17cb2cd25d5bb1400327e1bb79 && \ + pip3 install --ignore-installed packaging && \ pip3 install -r requirements.txt && \ setcap cap_net_bind_service=+ep /usr/bin/python3.8 && \ #