From d8ad23630a811bddaa8f4eb395b73dfb9b21c3b1 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Tue, 12 Aug 2025 23:27:48 +0200 Subject: [PATCH] build: Revert back to old way of installing vcpkg packages --- dist/macOS/arm64.Dockerfile | 17 ++++++++++++----- dist/vcpkg.json | 2 +- dist/web/Dockerfile | 13 ++++++++----- 3 files changed, 21 insertions(+), 11 deletions(-) diff --git a/dist/macOS/arm64.Dockerfile b/dist/macOS/arm64.Dockerfile index be8028857..86dbfcf92 100644 --- a/dist/macOS/arm64.Dockerfile +++ b/dist/macOS/arm64.Dockerfile @@ -53,15 +53,22 @@ RUN --mount=type=cache,target=/var/lib/apt/lists/ apt update && apt install -y l # -- DOWNLOADING + BUILDING STUFF ENV VCPKG_DEFAULT_BINARY_CACHE /cache/vcpkg -RUN --mount=type=cache,target=/cache \ - --mount=type=bind,source=.,target=/imhex <