Skip to content

Commit

Permalink
Merge pull request #38 from sir-gon/develop
Browse files Browse the repository at this point in the history
[CONFIG] [Docker] dependencies install simplified.
  • Loading branch information
sir-gon authored Sep 17, 2024
2 parents 3428813 + 4cf4d72 commit c1e31e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ COPY ./CMakePresets.json ${WORKDIR}/CMakePresets.json
COPY ./Makefile ${WORKDIR}/

# dependencies
RUN vcpkg --x-wait-for-lock integrate install && \
vcpkg --x-wait-for-lock install
RUN make dependencies

LABEL vcpkg=enabled

Expand Down

0 comments on commit c1e31e6

Please sign in to comment.