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