Make sure to only replace the right checkInstaller

Steven Goossens 2020-07-08 11:17:05 +02:00 committed by GitHub
parent 352ed8db01
commit 14d6209040
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ RUN apt update -y && apt install wget sudo -y
RUN wget -O /tmp/INSTALL.sh https://raw.githubusercontent.com/MISP/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
RUN sed -i 's/checkInstaller$/#checkInstaller/' /tmp/INSTALL.sh
RUN bash /tmp/INSTALL.sh -c
VOLUME /var/www/MISP