build: Update vcpkg baseline on build

This commit is contained in:
WerWolv
2025-02-06 15:24:57 +01:00
parent 540e8ed602
commit f67b78bd91
2 changed files with 3 additions and 1 deletions

View File

@@ -9,7 +9,8 @@ ENV MACOSX_DEPLOYMENT_TARGET 13.0
RUN cd / &&\
git clone --depth 1 https://github.com/Microsoft/vcpkg.git vcpkg &&\
cd /vcpkg &&\
./bootstrap-vcpkg.sh -disableMetrics \
./bootstrap-vcpkg.sh -disableMetrics && \
/vcpkg/vcpkg x-update-baseline
## Install make
RUN --mount=type=cache,target=/var/lib/apt/lists/ apt update && apt install -y make