fix packaging

This commit is contained in:
t3chn0m4g3 2022-01-14 12:51:15 +00:00
parent 1f96e3ddac
commit 3792a5f6a1

View file

@ -24,6 +24,7 @@ RUN apk -U add \
git clone https://gitlab.com/bontchev/ipphoney.git/ && \ git clone https://gitlab.com/bontchev/ipphoney.git/ && \
cd ipphoney && \ cd ipphoney && \
git checkout 7ab1cac437baba17cb2cd25d5bb1400327e1bb79 && \ git checkout 7ab1cac437baba17cb2cd25d5bb1400327e1bb79 && \
pip3 install --ignore-installed packaging && \
pip3 install -r requirements.txt && \ pip3 install -r requirements.txt && \
setcap cap_net_bind_service=+ep /usr/bin/python3.8 && \ setcap cap_net_bind_service=+ep /usr/bin/python3.8 && \
# #