File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11FROM ocaml/opam:alpine-3.23-ocaml-4.14 AS build
22RUN sudo ln -sf /usr/bin/opam-2.5 /usr/bin/opam && \
33 opam init --reinit -ni
4- RUN opam repo add archive git+https://github.com/ocaml/ opam-repository-archive --all
4+ RUN opam repo add archive-without-constraint git+https://github.com/tarides/moby-vpnkit- opam-repository-archive#remove-dune-upper-constraint --all
55
66ADD . /home/opam/vpnkit
77RUN opam pin add vpnkit /home/opam/vpnkit --kind=path -n
Original file line number Diff line number Diff line change 1- (lang dune 2 .0 )
1+ (lang dune 3 .23 )
22(name vpnkit)
Original file line number Diff line number Diff line change 1- (lang dune 3.19 )
1+ (lang dune 3.23 )
22
33(repository
44 (name archive-without-constraint)
55 (url git+https://github.com/tarides/moby-vpnkit-opam-repository-archive#remove-dune-upper-constraint))
66
77(lock_dir
88 (repositories upstream overlay archive-without-constraint))
9+
10+ (pkg disabled)
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ build: [
2525
2626depends: [
2727 "ocaml" {>="4.08.0"}
28- "dune" {>= "3.19 "}
28+ "dune" {>= "3.23 "}
2929 "alcotest" {with-test}
3030 "ounit" {with-test}
3131 "tar" {>= "1.0.1"}
You can’t perform that action at this time.
0 commit comments