Skip to content

Commit 9913438

Browse files
committed
Remove unnecessary command
1 parent 6b4f539 commit 9913438

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bench.Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ RUN opam exec -- git init && \
1515
opam exec -- git commit -m dummy && \
1616
opam exec -- git tag -a $(cat VERSION)-dev -m dummy
1717
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 && \
18+
RUN opam install -y --deps-only js_of_ocaml-compiler && \
2019
opam install -y binaryen-bin
2120
COPY --chown=opam:opam . ./
2221
RUN opam exec -- git add . && \

0 commit comments

Comments
 (0)