1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 22:08:39 +00:00
This commit is contained in:
kev 2015-09-03 02:11:07 +08:00
parent 15aeeee0af
commit 9ae4aa5c77

@ -2,7 +2,7 @@
# Dockerfile for snort
#
FROM debian
FROM debian:jessie
MAINTAINER kev <noreply@datageek.info>
RUN apt-get update \
@ -46,6 +46,6 @@ RUN apt-get update \
libdnet-dev \
libpcap-dev \
libpcre3-dev \
zlib1g-dev \
zlib1g-dev
CMD ["snort", "--help"]