mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-05-09 00:28:52 +00:00
bump ipphoney to latest master
This commit is contained in:
parent
c3809b5a98
commit
d64cbe6741
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM alpine:3.12
|
FROM alpine:3.12.1
|
||||||
#
|
#
|
||||||
# Include dist
|
# Include dist
|
||||||
ADD dist/ /root/dist/
|
ADD dist/ /root/dist/
|
||||||
|
@ -23,7 +23,7 @@ RUN sed -i 's/dl-cdn/dl-2/g' /etc/apk/repositories && \
|
||||||
cd /opt/ && \
|
cd /opt/ && \
|
||||||
git clone https://gitlab.com/bontchev/ipphoney.git/ && \
|
git clone https://gitlab.com/bontchev/ipphoney.git/ && \
|
||||||
cd ipphoney && \
|
cd ipphoney && \
|
||||||
git checkout db8c6e91bff27b5c376339c5effbb45355897ab5 && \
|
git checkout 7ab1cac437baba17cb2cd25d5bb1400327e1bb79 && \
|
||||||
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