From d279b9b9285a0355b0f978bcca423f4057858550 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 10 Dec 2019 18:57:08 -0500 Subject: [PATCH] Test --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]