Skip to content

Commit 6b3c7af

Browse files
author
Gonzalo Diaz
committed
[REFACTOR] [CONFIG] Docker. vcpkg installation method changed.
1 parent c426141 commit 6b3c7af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ENV VCPKG_ROOT=/opt/vcpkg
3030
# vcpkg Package Manager
3131
RUN apt-get -y update && \
3232
apt-get -y install --no-install-recommends --no-install-suggests \
33-
ca-certificates curl git ninja-build unzip zip && \
33+
curl git ninja-build && \
3434
rm -rf /var/lib/apt/lists/* && \
3535
mkdir /opt/vcpkg && \
3636
git clone --branch ${VCPKG_VERSION} https://github.com/microsoft/vcpkg "${VCPKG_ROOT}" && \

0 commit comments

Comments
 (0)