From 6a78f7f3fdb63a71dbc6e4861996a527c090589d Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Sun, 13 Sep 2020 22:12:13 -0400 Subject: [PATCH] Setup non-interactive builds --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index b3f1dda8..caaff0a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,9 @@ from ubuntu:latest MAINTAINER justin.ethier@gmail.com +ARG DEBIAN_FRONTEND=noninteractive +ENV TZ=America/New_York + ENV CYCLONE_VERSION v0.20 RUN apt update -y RUN apt install -y build-essential git rsync texinfo libtommath-dev libck-dev make gcc