|
1 | | -FROM ocaml/opam:debian-12-ocaml-4.14@sha256:45b04e2a4c933c57549382045dfac12cb7e872cace0456f92f4b022066e48111 as build |
| 1 | +FROM ocaml/opam:debian-12-ocaml-4.14@sha256:e8b42169d4755a73ade10fab48ceac3cbde92568374c48e8a4d797af2c913dfb as build |
2 | 2 | RUN sudo apt-get update && sudo apt-get install libev-dev capnproto graphviz m4 pkg-config libsqlite3-dev libgmp-dev libssl-dev libffi-dev -y --no-install-recommends |
3 | | -RUN cd ~/opam-repository && git fetch -q origin master && git reset --hard cf93548ddc4f36b87b006f4858fac7ae73ccaa0f && opam update |
| 3 | +RUN cd ~/opam-repository && git fetch -q origin master && git reset --hard 6d3d7021d944058cc7531905e065fe2cd72f01e8 && opam update |
4 | 4 | COPY --chown=opam \ |
5 | | - ocurrent/current.opam \ |
6 | | - ocurrent/current_web.opam \ |
7 | | - ocurrent/current_docker.opam \ |
8 | | - ocurrent/current_git.opam \ |
9 | | - ocurrent/current_github.opam \ |
10 | | - ocurrent/current_slack.opam \ |
11 | | - ocurrent/current_rpc.opam \ |
12 | | - /src/ocurrent/ |
| 5 | + ocurrent/current.opam \ |
| 6 | + ocurrent/current_web.opam \ |
| 7 | + ocurrent/current_docker.opam \ |
| 8 | + ocurrent/current_git.opam \ |
| 9 | + ocurrent/current_github.opam \ |
| 10 | + ocurrent/current_slack.opam \ |
| 11 | + ocurrent/current_rpc.opam \ |
| 12 | + /src/ocurrent/ |
13 | 13 | COPY --chown=opam \ |
14 | | - ocluster/*.opam \ |
15 | | - /src/ocluster/ |
| 14 | + ocluster/*.opam \ |
| 15 | + /src/ocluster/ |
16 | 16 | WORKDIR /src |
17 | 17 | RUN opam pin add -yn current_docker.dev "./ocurrent" && \ |
18 | | - opam pin add -yn current_git.dev "./ocurrent" && \ |
19 | | - opam pin add -yn current_github.dev "./ocurrent" && \ |
20 | | - opam pin add -yn current.dev "./ocurrent" && \ |
21 | | - opam pin add -yn current_rpc.dev "./ocurrent" && \ |
22 | | - opam pin add -yn current_slack.dev "./ocurrent" && \ |
23 | | - opam pin add -yn current_web.dev "./ocurrent" && \ |
24 | | - opam pin add -yn current_ocluster.dev "./ocluster" && \ |
25 | | - opam pin add -yn ocluster-api.dev "./ocluster" |
| 18 | + opam pin add -yn current_git.dev "./ocurrent" && \ |
| 19 | + opam pin add -yn current_github.dev "./ocurrent" && \ |
| 20 | + opam pin add -yn current.dev "./ocurrent" && \ |
| 21 | + opam pin add -yn current_rpc.dev "./ocurrent" && \ |
| 22 | + opam pin add -yn current_slack.dev "./ocurrent" && \ |
| 23 | + opam pin add -yn current_web.dev "./ocurrent" && \ |
| 24 | + opam pin add -yn current_ocluster.dev "./ocluster" && \ |
| 25 | + opam pin add -yn ocluster-api.dev "./ocluster" |
26 | 26 | COPY --chown=opam base-images.opam /src/ |
27 | 27 | RUN opam install -y --deps-only . |
28 | 28 | ADD --chown=opam . . |
|
0 commit comments