1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-01 22:41:47 +02:00
This commit is contained in:
kev
2015-06-22 15:42:37 +08:00
parent f826da13d7
commit 2498f003f9

View File

@@ -7,7 +7,7 @@ MAINTAINER kev <noreply@datageek.info>
RUN apt-get update \
&& apt-get install -y curl \
&& curl http://download.opensuse.org/repositories/network:bro/Debian_8.0/Release.key | apt-key add - \
&& curl -sSL http://download.opensuse.org/repositories/network:bro/Debian_8.0/Release.key | apt-key add - \
&& echo 'deb http://download.opensuse.org/repositories/network:/bro/Debian_8.0/ /' > /etc/apt/sources.list.d/bro.list \
&& apt-get update \
&& apt-get install -y bro \