Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: Antonin Décimo <antonin.decimo@gmail.com>
  • Loading branch information
cuihtlauac and MisterDA authored Dec 12, 2024
1 parent 2d09e62 commit 6304f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6304f72

Please sign in to comment.