mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Join the last two run directives
This commit is contained in:
parent
d279b9b928
commit
2114bfce6f
1 changed files with 1 additions and 2 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Reference in a new issue