mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +00:00
harden, reduce size log4pot
This commit is contained in:
parent
3b65fb039b
commit
075551d218
1 changed files with 1 additions and 2 deletions
|
@ -3,7 +3,6 @@ ENV DEBIAN_FRONTEND noninteractive
|
|||
#
|
||||
# Install packages
|
||||
RUN apt-get update -y && \
|
||||
apt-get dist-upgrade -y && \
|
||||
apt-get install -y \
|
||||
build-essential \
|
||||
cargo \
|
||||
|
@ -48,7 +47,7 @@ RUN apt-get update -y && \
|
|||
python3-dev \
|
||||
rust-all && \
|
||||
apt-get autoremove -y --purge && \
|
||||
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /root/.cache /opt/Log4Pot/.git
|
||||
#
|
||||
# Start log4pot
|
||||
STOPSIGNAL SIGINT
|
||||
|
|
Loading…
Reference in a new issue