From ee5350fefc521ffe39273fc09381952dd1240656 Mon Sep 17 00:00:00 2001 From: MarkusMcNugen Date: Sat, 3 Feb 2018 01:39:13 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 75f8d7a..caab1a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,8 @@ MAINTAINER MarkusMcNugen VOLUME /downloads VOLUME /config +ENV DEBIAN_FRONTEND noninteractive + # Update packages and install software RUN apt-get update \ && apt-get -y install software-properties-common \