We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 161e914 commit 73f6dceCopy full SHA for 73f6dce
release.Dockerfile
@@ -8,7 +8,7 @@ RUN echo 'archive-mirrors: [ "https://opam.ocaml.org/cache" ]' >> ~/.opam/config
8
&& opam repository set-url default http://opam.ocaml.org \
9
&& opam switch 4.10 \
10
&& echo 'pre-session-commands: [ "sudo" "apk" "add" depexts ]' >> ~/.opam/config \
11
- && opam install --deps-only .
+ && OPAMSOLVERTIMEOUT=300 opam install --deps-only .
12
13
COPY . .
14
0 commit comments