Install wget to get the download script :)

Steven Goossens 2020-07-06 00:21:31 +02:00 committed by GitHub
parent 48d8c9d8f0
commit a046ceeb39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
FROM ubuntu:focal
# Install core components
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get install wget
# This will install MISP Core
RUN wget -O /tmp/INSTALL.sh https://raw.githubusercontent.com/MISP/MISP/2.4/INSTALL/INSTALL.sh
RUN bash /tmp/INSTALL.sh -c