From 6304f726fefa0b521a38a68d77088daa14932775 Mon Sep 17 00:00:00 2001 From: Cuihtlauac Alvarado Date: Thu, 12 Dec 2024 18:09:34 +0100 Subject: [PATCH] Update Dockerfile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Antonin Décimo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 37c6030ff0..df6d006134 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN cd ~/opam-repository && git fetch -q origin master && git reset --hard c45f5 WORKDIR /home/opam # Install opam dependencies -COPY --chown=opam --link ocamlorg.opam . +COPY --chown=opam ocamlorg.opam . RUN opam install . --deps-only # Build project