Skip to content

Commit

Permalink
Update opam layout in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Jan 17, 2023
1 parent 0f25533 commit f68b0fb
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 @@ -14,7 +14,7 @@ RUN sudo apt-get update \
# update local opam repository because base image may be outdated
RUN cd /home/opam/opam-repository \
&& git pull origin master \
&& opam update
&& opam update -y
RUN make setup
# copy the rest
COPY --chown=opam . /home/opam/analyzer
Expand Down

0 comments on commit f68b0fb

Please sign in to comment.