Skip to content

Commit

Permalink
vcpkg_tag for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
bergm committed Oct 18, 2024
1 parent 61c01e7 commit 9c3d81d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ RUN git clone https://github.com/zalf-rpm/mas-infrastructure.git
RUN git clone https://github.com/zalf-rpm/monica-parameters.git

#ENV VCPKG_TAG $(cat ${WORK_DIR}/monica/vcpkg-tag.txt)
RUN ls ${WORK_DIR}
RUN echo $(cat ${WORK_DIR}/monica/vcpkg-tag.txt)
RUN VCPKG_TAG=$(cat ${WORK_DIR}/monica/vcpkg-tag.txt) && git clone -b $VCPKG_TAG https://github.com/Microsoft/vcpkg.git
#RUN git clone -b 2024.09.30 https://github.com/Microsoft/vcpkg.git
WORKDIR ${WORK_DIR}/vcpkg
Expand Down

0 comments on commit 9c3d81d

Please sign in to comment.