Join the last two run directives

This commit is contained in:
Justin Ethier 2019-12-11 13:28:20 -05:00
parent d279b9b928
commit 2114bfce6f

View file

@ -6,7 +6,6 @@ ENV CYCLONE_VERSION v0.11.7
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 git clone https://github.com/justinethier/cyclone-bootstrap && cd cyclone-bootstrap && git fetch -a && git checkout ${CYCLONE_VERSION} && ./install.sh
CMD ["icyc"]