We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0db3eed commit 488d007Copy full SHA for 488d007
Dockerfile
@@ -44,7 +44,7 @@ RUN /usr/share/elasticsearch/bin/elasticsearch -d \
44
&& cpanm --force --notest http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/local-lib-2.000015.tar.gz \
45
&& echo 'HRNGDEVICE=/dev/urandom' >> /etc/default/rng-tools \
46
&& cd /tmp \
47
- && git clone https://github.com/csirtgadgets/massive-octo-spice.git cifv2 \
+ && git clone -b 2.00.00-rc.16 https://github.com/csirtgadgets/massive-octo-spice.git cifv2 \
48
&& cd /tmp/cifv2 \
49
&& ./autogen.sh \
50
&& ./configure --enable-geoip --sysconfdir=/opt/cif/etc --localstatedir=/opt/cif/var --prefix=/opt/cif \
0 commit comments