From 4847416549f0e7d70dc8d53720a398c56683ca27 Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner <mm@ucw.sh> Date: Wed, 3 Jun 2020 20:05:45 +0200 Subject: [PATCH] [windows] disable vcpkg telemetry --- windows-1809/base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows-1809/base/Dockerfile b/windows-1809/base/Dockerfile index 2c880ce..8ea2131 100644 --- a/windows-1809/base/Dockerfile +++ b/windows-1809/base/Dockerfile @@ -49,5 +49,5 @@ RUN $vcpkg_dir = 'C:/vcpkg'; \ git clone -b robofish --single-branch https://git.imp.fu-berlin.de/bioroboticslab/robofish/vcpkg.git; \ cd $vcpkg_dir; \ git checkout d61d47c5cac2198bf0262d75742e8a4a38e573d6; \ - ./scripts/bootstrap.ps1; \ + ./scripts/bootstrap.ps1 -disableMetrics; \ [Environment]::SetEnvironmentVariable('VCPKG_DIR', "\"$vcpkg_dir\"", [EnvironmentVariableTarget]::Machine); -- GitLab