Skip to content

Commit

Permalink
Dockerfile: install ocaml-solo5 earlier to help caching more
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Nov 11, 2022
1 parent 2023cc4 commit b414230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN sudo ln -sf /usr/bin/opam-2.1 /usr/bin/opam
# latest versions.
RUN cd /home/opam/opam-repository && git fetch origin master && git reset --hard 685eb4efcebfa671660e55d76dea017f00fed4d9 && opam update

RUN opam install -y mirage opam-monorepo
RUN opam install -y mirage opam-monorepo ocaml-solo5
RUN mkdir /home/opam/qubes-mirage-firewall
ADD config.ml /home/opam/qubes-mirage-firewall/config.ml
WORKDIR /home/opam/qubes-mirage-firewall
Expand Down

0 comments on commit b414230

Please sign in to comment.