aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/docker/Dockerfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/docker/Dockerfile b/scripts/docker/Dockerfile
index 668219a..2710ffc 100644
--- a/scripts/docker/Dockerfile
+++ b/scripts/docker/Dockerfile
@@ -13,7 +13,7 @@ RUN git clone --recursive https://github.com/ymherklotz/vericert
WORKDIR /vericert
RUN git checkout -b oopsla21
-#RUN nix-shell --run "make -j7"
-#RUN nix-shell --run "make install"
-#
+RUN nix-shell --run "make -j7"
+RUN nix-shell --run "make install"
+
RUN echo "export PATH=/vericert/bin:$PATH" >>/root/.bashrc