mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-17 01:37:34 +02:00
Setup non-interactive builds
This commit is contained in:
parent
5fbdc54628
commit
6a78f7f3fd
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue