mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
avoid error on docker hub
This commit is contained in:
@ -4,7 +4,7 @@ FROM alpine
|
|||||||
ADD dist/ /root/dist/
|
ADD dist/ /root/dist/
|
||||||
|
|
||||||
# Setup apt
|
# Setup apt
|
||||||
RUN apk -U --no-cache add \
|
RUN apk -U add \
|
||||||
build-base \
|
build-base \
|
||||||
file \
|
file \
|
||||||
git \
|
git \
|
||||||
@ -66,6 +66,7 @@ RUN apk -U --no-cache add \
|
|||||||
py-cffi \
|
py-cffi \
|
||||||
wget && \
|
wget && \
|
||||||
rm -rf /root/* && \
|
rm -rf /root/* && \
|
||||||
|
rm -rf /tmp/* && \
|
||||||
rm -rf /var/cache/apk/*
|
rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
# Start conpot
|
# Start conpot
|
||||||
|
Reference in New Issue
Block a user