mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +00:00
tweaking
This commit is contained in:
parent
52cf2a6094
commit
551a3c2168
1 changed files with 0 additions and 2 deletions
|
@ -7,7 +7,6 @@ ADD . /opt/p0f
|
||||||
RUN apk -U --no-cache add \
|
RUN apk -U --no-cache add \
|
||||||
bash \
|
bash \
|
||||||
build-base \
|
build-base \
|
||||||
git \
|
|
||||||
jansson \
|
jansson \
|
||||||
jansson-dev \
|
jansson-dev \
|
||||||
libcap \
|
libcap \
|
||||||
|
@ -25,7 +24,6 @@ RUN apk -U --no-cache add \
|
||||||
|
|
||||||
# Clean up
|
# Clean up
|
||||||
apk del --purge build-base \
|
apk del --purge build-base \
|
||||||
git \
|
|
||||||
jansson-dev \
|
jansson-dev \
|
||||||
libpcap-dev && \
|
libpcap-dev && \
|
||||||
rm -rf /root/* && \
|
rm -rf /root/* && \
|
||||||
|
|
Loading…
Reference in a new issue