Quick fix for test deps in the CI

This commit is contained in:
Benjamin Canou 2018-05-04 18:47:19 +02:00
parent b27bb84861
commit c92860df1c

View File

@ -37,7 +37,7 @@ RUN opam exec -- ./tezos/scripts/install_build_deps.sh || \
echo ; \
opam remote add default https://opam.ocaml.org/2.0 && \
opam exec -- ./tezos/scripts/install_build_deps.sh )
RUN opam install --yes ocp-indent alcotest-lwt
RUN opam install --yes ocp-indent alcotest.0.8.3 alcotest-lwt
EOF
tar -c $dependencies | tar -C "$tmp_dir" -x