From 5fa1eb8d72edc95c19fc3b1db4596a94d52d3f23 Mon Sep 17 00:00:00 2001 From: DevAnaZ <71500526+developeranaz@users.noreply.github.com> Date: Sat, 13 Aug 2022 15:44:27 +0530 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index a368d4c..4c22d11 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,6 @@ FROM ubuntu:latest +ARG DEBIAN_FRONTEND=noninteractive +RUN DEBIAN_FRONTEND=noninteractive RUN apt update -y RUN apt install unzip curl wget -y COPY entrypoint.sh /entrypoint.sh