mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
build: Install vcpkg again in the ARM64 macOS docker
This commit is contained in:
6
dist/macOS/arm64.Dockerfile
vendored
6
dist/macOS/arm64.Dockerfile
vendored
@@ -5,6 +5,12 @@ ENV MACOSX_DEPLOYMENT_TARGET 13.0
|
|||||||
|
|
||||||
# -- DOWNLOADING STUFF
|
# -- DOWNLOADING STUFF
|
||||||
|
|
||||||
|
# Install vcpkg
|
||||||
|
RUN cd / &&\
|
||||||
|
git clone --depth 1 https://github.com/Microsoft/vcpkg.git vcpkg &&\
|
||||||
|
cd /vcpkg &&\
|
||||||
|
./bootstrap-vcpkg.sh -disableMetrics \
|
||||||
|
|
||||||
## Install make
|
## Install make
|
||||||
RUN --mount=type=cache,target=/var/lib/apt/lists/ apt update && apt install -y make
|
RUN --mount=type=cache,target=/var/lib/apt/lists/ apt update && apt install -y make
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user