Apt install sudo

Steven Goossens 2020-07-07 15:37:45 +02:00 committed by GitHub
parent 4a7eb543bc
commit 932a164ddf
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 -y && apt install wget -y
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 sed -i 's/> \/dev\/tty//' /tmp/INSTALL.sh