Skip to content

Commit 6304f72

Browse files
cuihtlauacMisterDA
andauthored
Update Dockerfile
Co-authored-by: Antonin Décimo <[email protected]>
1 parent 2d09e62 commit 6304f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN cd ~/opam-repository && git fetch -q origin master && git reset --hard c45f5
1616
WORKDIR /home/opam
1717

1818
# Install opam dependencies
19-
COPY --chown=opam --link ocamlorg.opam .
19+
COPY --chown=opam ocamlorg.opam .
2020
RUN opam install . --deps-only
2121

2222
# Build project

0 commit comments

Comments
 (0)