Skip to content

Commit

Permalink
docker: fix opam init CL
Browse files Browse the repository at this point in the history
  • Loading branch information
strub committed Dec 15, 2023
1 parent 12af606 commit 2b3bbad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker/base-box/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ WORKDIR /home/$user
ENV OPAMYES=true OPAMVERBOSE=0 OPAMJOBS=4

RUN \
opam init --disable-sandboxing --switch=ocaml-base-compiler.5.1.0
opam init --disable-sandboxing --compiler=ocaml-base-compiler.5.1.0

0 comments on commit 2b3bbad

Please sign in to comment.