mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +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
|
||||
ADD dist/ /root/dist/
|
||||
#
|
||||
# Install packages
|
||||
RUN sed -i 's/dl-cdn/dl-2/g' /etc/apk/repositories && \
|
||||
apk -U --no-cache add \
|
||||
RUN apk -U --no-cache add \
|
||||
ca-certificates \
|
||||
curl \
|
||||
file \
|
||||
hiredis \
|
||||
libcap \
|
||||
wget && \
|
||||
apk -U add --repository http://dl-cdn.alpinelinux.org/alpine/edge/community \
|
||||
wget \
|
||||
suricata && \
|
||||
#
|
||||
# Setup user, groups and configs
|
||||
|
|
Loading…
Reference in a new issue