From 2114bfce6f570ebd1f9bc1cc7547ed604a45043a Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 11 Dec 2019 13:28:20 -0500 Subject: [PATCH] Join the last two run directives --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 627aa26c..9b8a2b87 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]