mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-20 06:02:24 +00:00
rebuild fatt
This commit is contained in:
parent
64628c1293
commit
7c5fc000c0
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ FROM alpine
|
|||
#ADD dist/ /root/dist/
|
||||
#
|
||||
# Get and install dependencies & packages
|
||||
RUN apk -U add \
|
||||
RUN sed -i 's/dl-cdn/dl-2/g' /etc/apk/repositories && \
|
||||
apk -U add \
|
||||
git \
|
||||
py3-libxml2 \
|
||||
py3-lxml \
|
||||
|
|
Loading…
Reference in a new issue