From 932a164ddf7df272eb1640640b10813783e850a9 Mon Sep 17 00:00:00 2001 From: Steven Goossens Date: Tue, 7 Jul 2020 15:37:45 +0200 Subject: [PATCH] Apt install sudo --- web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Dockerfile b/web/Dockerfile index dea0dba..5c7bea1 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -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