Skip to content

Commit

Permalink
Remove comments in docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
ymherklotz committed Jul 12, 2021
1 parent deb0a4f commit 6edbe20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6edbe20

Please sign in to comment.