diff --git a/scripts/ci/create_docker_image.build_deps.sh b/scripts/ci/create_docker_image.build_deps.sh index 5ba48d039..59e2b58d1 100755 --- a/scripts/ci/create_docker_image.build_deps.sh +++ b/scripts/ci/create_docker_image.build_deps.sh @@ -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