bump suricata to 5.0.4

This commit is contained in:
t3chn0m4g3 2020-10-28 17:53:23 +00:00
parent d64cbe6741
commit e26853c7fa

View file

@ -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