From 93c16546ac5ac76a5921f3f9dd88510c85497d23 Mon Sep 17 00:00:00 2001 From: Dhruv_Patle <79126430+dhruv-2015@users.noreply.github.com> Date: Thu, 11 Nov 2021 16:40:40 +0530 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1e1b4e9..025a341 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM Ubuntu:18.04 -WORKER / + RUN apt update && apt install wget -y && apt upgrade -y RUN wget -O di.sh https://github.com/madzharov/ministra-install-ubuntu-20.04/raw/main/ministra_install_ubuntu.20.04.sh