Skip to content

Commit

Permalink
Simply Dockerfile now OCaml 5 is out
Browse files Browse the repository at this point in the history
We no longer need to compile the compiler.
  • Loading branch information
talex5 committed Dec 17, 2022
1 parent 56ea1cd commit 95af45e
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 95af45e

Please sign in to comment.