We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a1e0cc7 + 178765f commit d0300d7Copy full SHA for d0300d7
release.Dockerfile
@@ -16,7 +16,7 @@ RUN sudo chown -R opam:nogroup .
16
RUN opam install . --destdir /src/opam-install
17
18
# Store the dynamic dependencies of the server
19
-RUN opam depext -ln coq-bot > /src/depexts-coq-bot
+RUN OPAMSOLVERTIMEOUT=300 opam depext -ln coq-bot > /src/depexts-coq-bot
20
21
22
FROM alpine:3.10 AS app
0 commit comments