Skip to content

Commit

Permalink
Update Dockerfile for uring 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
talex5 committed Aug 26, 2022
1 parent d86a4fd commit 3a2e5c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ FROM ocaml/opam:debian-11-ocaml-5.0
RUN sudo ln -sf /usr/bin/opam-2.1 /usr/bin/opam
# Add the alpha repository with some required preview versions of dependencies:
RUN opam remote add alpha git+https://github.com/kit-ty-kate/opam-alpha-repository.git
# Ensure opam-repository is up-to-date:
RUN cd opam-repository && git pull origin 42a177d7ac37cd347aab366a90d20469203fc926 && opam update
# 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 3a2e5c8

Please sign in to comment.