This commit is contained in:
Justin Ethier 2019-12-10 18:57:08 -05:00
parent a8542f8a00
commit d279b9b928

View file

@ -7,6 +7,6 @@ RUN apt update -y
RUN apt install -y build-essential git rsync texinfo libtommath-dev libck-dev make gcc
RUN git clone https://github.com/justinethier/cyclone-bootstrap && cd cyclone-bootstrap && git fetch -a && git checkout ${CYCLONE_VERSION}
RUN ./install.sh
RUN ./install.sh
CMD ["icyc"]