tweaking, cleanup

This commit is contained in:
t3chn0m4g3
2024-12-05 21:12:18 +01:00
parent 2b3a45c800
commit 7f2667cea8
22 changed files with 64 additions and 156 deletions

View File

@ -1,7 +1,8 @@
FROM alpine:3.20
#
# Install packages
RUN apk --no-cache -U add \
RUN apk --no-cache -U upgrade && \
apk --no-cache -U add \
build-base \
git \
libcap \
@ -28,7 +29,8 @@ RUN apk --no-cache -U add \
apk del --purge build-base \
git \
python3-dev && \
rm -rf /root/* /var/cache/apk/* /opt/t-pot-attack-map/.git
rm -rf /root/* /var/cache/apk/* \
/opt/t-pot-attack-map/.git
#
# Start T-Pot-Attack-Map
ENV TZ=UTC