We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2670935 + f0b5328 commit 23996dbCopy full SHA for 23996db
dockerfiles/ocaml-5.2.0.Dockerfile
@@ -26,7 +26,7 @@ WORKDIR /app
26
COPY --exclude=.git --exclude=README.md . /app
27
28
# Cache dependencies
29
-RUN opam install . --yes
+RUN opam install . --yes --deps-only --with-test
30
31
# This runs dune build
32
RUN .codecrafters/compile.sh
0 commit comments