Skip to content
Snippets Groups Projects
Commit d17697ca authored by Ludovic Apvrille's avatar Ludovic Apvrille
Browse files

Update on script for setting path to proverif

parent efc47fbe
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,8 @@ RUN rm -rf /var/lib/apt/lists/* ...@@ -9,6 +9,8 @@ RUN rm -rf /var/lib/apt/lists/*
RUN apt-get install -yqq libexpat1-dev libgtk2.0-dev opam RUN apt-get install -yqq libexpat1-dev libgtk2.0-dev opam
RUN opam init --best-effort -y && eval $(opam env) && opam install proverif --best-effort -y RUN opam init --best-effort -y && eval $(opam env) && opam install proverif --best-effort -y
ENV PATH $HOME/.opam/default/bin/:$PATH
CMD /bin/bash CMD /bin/bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment