You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-01 22:41:47 +02:00
fix
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user