We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c426141 commit 87b8e06Copy full SHA for 87b8e06
Dockerfile
@@ -30,7 +30,7 @@ ENV VCPKG_ROOT=/opt/vcpkg
30
# vcpkg Package Manager
31
RUN apt-get -y update && \
32
apt-get -y install --no-install-recommends --no-install-suggests \
33
- ca-certificates curl git ninja-build unzip zip && \
+ ca-certificates curl git ninja-build && \
34
rm -rf /var/lib/apt/lists/* && \
35
mkdir /opt/vcpkg && \
36
git clone --branch ${VCPKG_VERSION} https://github.com/microsoft/vcpkg "${VCPKG_ROOT}" && \
0 commit comments