From ec2186d4c24cc328db759f2793e6d1f0e4f7c857 Mon Sep 17 00:00:00 2001 From: Almarch Date: Tue, 30 Jan 2024 21:06:56 +0100 Subject: [PATCH 1/2] non interactive ubuntu install --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 7334894..741c05b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,7 @@ FROM ubuntu + +ENV DEBIAN_FRONTEND noninteractive + MAINTAINER Greyson Parrelli # Install required packages From 22839bc688c9ab7926e3a79e6bc440559c9820ec Mon Sep 17 00:00:00 2001 From: Almarch Date: Wed, 31 Jan 2024 08:49:51 +0100 Subject: [PATCH 2/2] use a specific version of ubuntu --- Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 741c05b..fcd6235 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,4 @@ -FROM ubuntu - -ENV DEBIAN_FRONTEND noninteractive - +FROM ubuntu:16.04 MAINTAINER Greyson Parrelli # Install required packages