mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 20:42:11 +00:00
tweaking
This commit is contained in:
parent
7638fb89d6
commit
52cf2a6094
2 changed files with 10 additions and 11 deletions
|
@ -4,14 +4,15 @@ FROM alpine
|
|||
ADD . /opt/p0f
|
||||
|
||||
# Install packages
|
||||
RUN apk -U upgrade && \
|
||||
apk add bash \
|
||||
build-base \
|
||||
git \
|
||||
jansson-dev \
|
||||
libcap \
|
||||
libpcap-dev \
|
||||
procps && \
|
||||
RUN apk -U --no-cache add \
|
||||
bash \
|
||||
build-base \
|
||||
git \
|
||||
jansson \
|
||||
jansson-dev \
|
||||
libcap \
|
||||
libpcap \
|
||||
libpcap-dev && \
|
||||
|
||||
# Setup user, groups and configs
|
||||
addgroup -g 2000 p0f && \
|
||||
|
@ -27,8 +28,6 @@ RUN apk -U upgrade && \
|
|||
git \
|
||||
jansson-dev \
|
||||
libpcap-dev && \
|
||||
apk add jansson \
|
||||
libpcap && \
|
||||
rm -rf /root/* && \
|
||||
rm -rf /var/cache/apk/*
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
version: '2.2'
|
||||
version: '2.3'
|
||||
|
||||
services:
|
||||
|
||||
|
|
Loading…
Reference in a new issue