mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 20:42:11 +00:00
fix packaging
This commit is contained in:
parent
1f96e3ddac
commit
3792a5f6a1
1 changed files with 1 additions and 0 deletions
|
@ -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 && \
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue