Setup non-interactive builds

This commit is contained in:
Justin Ethier 2020-09-13 22:12:13 -04:00
parent 5fbdc54628
commit 6a78f7f3fd

View file

@ -2,6 +2,9 @@ from ubuntu:latest
MAINTAINER justin.ethier@gmail.com MAINTAINER justin.ethier@gmail.com
ARG DEBIAN_FRONTEND=noninteractive
ENV TZ=America/New_York
ENV CYCLONE_VERSION v0.20 ENV CYCLONE_VERSION v0.20
RUN apt update -y RUN apt update -y
RUN apt install -y build-essential git rsync texinfo libtommath-dev libck-dev make gcc RUN apt install -y build-essential git rsync texinfo libtommath-dev libck-dev make gcc