We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b4f539 commit 9913438Copy full SHA for 9913438
bench.Dockerfile
@@ -15,8 +15,7 @@ RUN opam exec -- git init && \
15
opam exec -- git commit -m dummy && \
16
opam exec -- git tag -a $(cat VERSION)-dev -m dummy
17
RUN opam pin -yn --with-version=dev .
18
-RUN opam install -y --depext-only wasm_of_ocaml-compiler && \
19
- opam install -y --deps-only js_of_ocaml-compiler && \
+RUN opam install -y --deps-only js_of_ocaml-compiler && \
20
opam install -y binaryen-bin
21
COPY --chown=opam:opam . ./
22
RUN opam exec -- git add . && \
0 commit comments