Skip to content
Snippets Groups Projects
Commit 1b80e907 authored by Andre Maroneze's avatar Andre Maroneze
Browse files

[Dev] update Dockerfile for dev image

parent 537d662b
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ RUN apt-get update && opam update -y && opam depext --install -y --verbose \
ocamlfind.1.8.1 \
ocamlgraph.1.8.8 \
ppx_deriving_yojson.3.5.2 \
why3.1.3.3 \
why3.1.4.0 \
yojson.1.7.0 \
zarith.1.9.1 \
zmq.5.1.3 \
......@@ -41,7 +41,7 @@ RUN apt-get update && opam update -y && opam depext --install -y --verbose \
RUN wget https://github.com/CVC4/CVC4/releases/download/1.7/cvc4-1.7-x86_64-linux-opt -O /usr/local/bin/cvc4
RUN chmod a+x /usr/local/bin/cvc4
RUN why3 config --detect
RUN why3 config detect
# with_source: keep Frama-C sources
ARG with_source=no
......
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