aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-07-12 02:03:12 +0200
committerYann Herklotz <git@yannherklotz.com>2021-07-12 02:03:12 +0200
commit6edbe2078740e05ab177bad8e3f68655fbb9794e (patch)
treedffa6165751d18ea26dd44114b310498d24e399f
parentdeb0a4f64585c4ec061fe0726e9d9adbc38a2d83 (diff)
downloadvericert-6edbe2078740e05ab177bad8e3f68655fbb9794e.tar.gz
vericert-6edbe2078740e05ab177bad8e3f68655fbb9794e.zip
Remove comments in docker file
-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