mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-25 02:04:06 +02:00
fix
This commit is contained in:
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"]
|
||||
|
Loading…
Reference in New Issue
Block a user