Skip to content

Commit a0db58e

Browse files
Pass --bare to skip installing stock OCaml
1 parent 106d4c5 commit a0db58e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN curl -L -o /usr/bin/opam https://github.com/ocaml/opam/releases/download/2.3
2323

2424
USER ${USERNAME}
2525

26-
RUN opam init -a --disable-sandboxing --yes && \
26+
RUN opam init -a --disable-sandboxing --yes --bare && \
2727
opam switch create 5.2.0+flambda2 --yes \
2828
--repos "with-extensions=git+https://github.com/janestreet/opam-repository.git#with-extensions,default" && \
2929
eval $(opam env --switch 5.2.0+flambda2) && \

0 commit comments

Comments
 (0)