This commit is contained in:
t3chn0m4g3
2022-03-05 00:50:47 +00:00
parent 075551d218
commit 02d4d79a60
7 changed files with 19 additions and 16 deletions

View File

@ -1,7 +1,7 @@
FROM alpine:3.15
#
# Install packages
RUN apk -U add \
RUN apk --no-cache -U add \
build-base \
git \
libcap \
@ -43,6 +43,7 @@ RUN apk -U add \
git \
python3-dev && \
rm -rf /root/* && \
rm -rf /opt/ddospot/.git && \
rm -rf /var/cache/apk/*
#
# Start ddospot