mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 20:42:11 +00:00
bump suricata to 5.0.4
This commit is contained in:
parent
d64cbe6741
commit
e26853c7fa
1 changed files with 3 additions and 5 deletions
|
@ -1,18 +1,16 @@
|
||||||
FROM alpine:3.12
|
FROM alpine:edge
|
||||||
#
|
#
|
||||||
# Include dist
|
# Include dist
|
||||||
ADD dist/ /root/dist/
|
ADD dist/ /root/dist/
|
||||||
#
|
#
|
||||||
# Install packages
|
# Install packages
|
||||||
RUN sed -i 's/dl-cdn/dl-2/g' /etc/apk/repositories && \
|
RUN apk -U --no-cache add \
|
||||||
apk -U --no-cache add \
|
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
curl \
|
curl \
|
||||||
file \
|
file \
|
||||||
hiredis \
|
hiredis \
|
||||||
libcap \
|
libcap \
|
||||||
wget && \
|
wget \
|
||||||
apk -U add --repository http://dl-cdn.alpinelinux.org/alpine/edge/community \
|
|
||||||
suricata && \
|
suricata && \
|
||||||
#
|
#
|
||||||
# Setup user, groups and configs
|
# Setup user, groups and configs
|
||||||
|
|
Loading…
Reference in a new issue