Added -y to apt commands

Steven Goossens 2020-07-06 09:11:59 +02:00 committed by GitHub
parent d5675b34aa
commit 210cf33c57
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 update && apt install wget
RUN apt update -y && apt install wget -y
# 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