This commit is contained in:
Marco Ochse 2018-05-19 21:20:32 +00:00
parent 52cf2a6094
commit 551a3c2168

View file

@ -7,7 +7,6 @@ ADD . /opt/p0f
RUN apk -U --no-cache add \
bash \
build-base \
git \
jansson \
jansson-dev \
libcap \
@ -25,7 +24,6 @@ RUN apk -U --no-cache add \
# Clean up
apk del --purge build-base \
git \
jansson-dev \
libpcap-dev && \
rm -rf /root/* && \