We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56ea1cd commit 95af45eCopy full SHA for 95af45e
Dockerfile
@@ -3,8 +3,6 @@ FROM ocaml/opam:debian-11-ocaml-5.0
3
RUN sudo ln -sf /usr/bin/opam-2.1 /usr/bin/opam
4
# Ensure opam-repository is up-to-date:
5
RUN cd opam-repository && git pull -q origin 08040ecbbbbb284606becd80c642a51ae1b6d7e1 && opam update
6
-# Switch to OCaml 5.0.0
7
-RUN opam pin remove -n ocaml-variants && opam install ocaml-base-compiler.5.0.0 --update-invariant
8
# Install utop for interactive use:
9
RUN opam install utop fmt
10
# Install Eio's dependencies (adding just the opam files first to help with caching):
0 commit comments