build: vcpkg is already installed in the macOS docker
This commit is contained in:
parent
a1634fb337
commit
a9727171e2
8
dist/macOS/arm64.Dockerfile
vendored
8
dist/macOS/arm64.Dockerfile
vendored
@ -5,12 +5,8 @@ ENV MACOSX_DEPLOYMENT_TARGET 13.0
|
|||||||
|
|
||||||
# -- DOWNLOADING STUFF
|
# -- DOWNLOADING STUFF
|
||||||
|
|
||||||
# Install vcpkg
|
# Update vcpkg
|
||||||
RUN cd / &&\
|
RUN git -C /vcpkg pull
|
||||||
git clone --depth 1 https://github.com/Microsoft/vcpkg.git vcpkg &&\
|
|
||||||
cd /vcpkg &&\
|
|
||||||
./bootstrap-vcpkg.sh -disableMetrics && \
|
|
||||||
git -C /vcpkg pull
|
|
||||||
|
|
||||||
## 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user