From 391ecb679c78036468a6d574642e20dcc0edcec6 Mon Sep 17 00:00:00 2001 From: Louis Gesbert Date: Tue, 26 Mar 2024 15:54:29 +0100 Subject: [PATCH] Temporary: switch to unreleased version of dates_calc to avoid str dep --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index 88756e9c..ba8f9fb1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,6 +25,10 @@ RUN opam --cli=2.1 switch create catala ocaml-system && \ # Note: just `opam switch create . --deps-only --with-test --with-doc && opam clean` # should be enough once opam 2.2 is released (see opam#5185) +# This is temporary, to avoid pulling in a dependency to Str, until it's merged +# and release into dates_calc +RUN opam --cli=2.1 pin dates_calc.0.0.5 git+https://github.com/AltGr/dates-calc#nostr + # # STAGE 2: get the whole repo and build #