Update script to run

Steven Goossens 2020-07-30 22:42:15 +02:00 committed by GitHub
parent 14fbecf1c9
commit f8f920c985
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ FROM ubuntu:focal
ENV DEBIAN_FRONTEND noninteractive
RUN apt update -y && apt install wget sudo -y
# This will install MISP Core
RUN wget -O /tmp/INSTALL.sh https://raw.githubusercontent.com/MISP/MISP/2.4/INSTALL/INSTALL.sh
RUN wget -O /tmp/INSTALL.sh https://raw.githubusercontent.com/stevengoossensB/MISP/2.4/INSTALL/INSTALL.sh
RUN sed -i 's/> \/dev\/tty//' /tmp/INSTALL.sh
RUN sed -i 's/> \/dev\/null//' /tmp/INSTALL.sh
RUN sed -i 's/checkInstaller$/#checkInstaller/' /tmp/INSTALL.sh