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