Add apt update

Steven Goossens 2020-07-06 09:04:12 +02:00 committed by GitHub
parent a046ceeb39
commit d5675b34aa
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
RUN apt update && apt 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