diff --git a/Dockerfile b/Dockerfile index 99051c40..627aa26c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]