mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +00:00
avoid error on docker hub
This commit is contained in:
parent
ece169dd76
commit
9a834c5607
1 changed files with 18 additions and 17 deletions
|
@ -4,7 +4,7 @@ FROM alpine
|
|||
ADD dist/ /root/dist/
|
||||
|
||||
# Setup apt
|
||||
RUN apk -U --no-cache add \
|
||||
RUN apk -U add \
|
||||
build-base \
|
||||
file \
|
||||
git \
|
||||
|
@ -66,6 +66,7 @@ RUN apk -U --no-cache add \
|
|||
py-cffi \
|
||||
wget && \
|
||||
rm -rf /root/* && \
|
||||
rm -rf /tmp/* && \
|
||||
rm -rf /var/cache/apk/*
|
||||
|
||||
# Start conpot
|
||||
|
|
Loading…
Reference in a new issue