Skip to content

Commit

Permalink
Merge pull request #393 from talex5/docker-ocaml5
Browse files Browse the repository at this point in the history
Simply Dockerfile now OCaml 5 is out
  • Loading branch information
talex5 authored Dec 20, 2022
2 parents 8a72e64 + ff116e8 commit 335c575
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ FROM ocaml/opam:debian-11-ocaml-5.0
RUN sudo ln -sf /usr/bin/opam-2.1 /usr/bin/opam
# Ensure opam-repository is up-to-date:
RUN cd opam-repository && git pull -q origin 08040ecbbbbb284606becd80c642a51ae1b6d7e1 && opam update
# Switch to OCaml 5.0.0
RUN opam pin remove -n ocaml-variants && opam install ocaml-base-compiler.5.0.0 --update-invariant
# Install utop for interactive use:
RUN opam install utop fmt
# Install Eio's dependencies (adding just the opam files first to help with caching):
Expand Down

0 comments on commit 335c575

Please sign in to comment.