Skip to content

Commit 95af45e

Browse files
committed
Simply Dockerfile now OCaml 5 is out
We no longer need to compile the compiler.
1 parent 56ea1cd commit 95af45e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ FROM ocaml/opam:debian-11-ocaml-5.0
33
RUN sudo ln -sf /usr/bin/opam-2.1 /usr/bin/opam
44
# Ensure opam-repository is up-to-date:
55
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
86
# Install utop for interactive use:
97
RUN opam install utop fmt
108
# Install Eio's dependencies (adding just the opam files first to help with caching):

0 commit comments

Comments
 (0)