1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-27 09:18:43 +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 # Dockerfile for snort
# #
FROM debian FROM debian:jessie
MAINTAINER kev <noreply@datageek.info> MAINTAINER kev <noreply@datageek.info>
RUN apt-get update \ RUN apt-get update \
@ -46,6 +46,6 @@ RUN apt-get update \
libdnet-dev \ libdnet-dev \
libpcap-dev \ libpcap-dev \
libpcre3-dev \ libpcre3-dev \
zlib1g-dev \ zlib1g-dev
CMD ["snort", "--help"] CMD ["snort", "--help"]