Skip to content

Commit 335c575

Browse files
authored
Merge pull request #393 from talex5/docker-ocaml5
Simply Dockerfile now OCaml 5 is out
2 parents 8a72e64 + ff116e8 commit 335c575

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)