diff --git a/windows-1809/base/Dockerfile b/windows-1809/base/Dockerfile index 2c880ce9759b293cae98e23013e03ec7d491982f..8ea2131c6df4b4fda7369072272a1cf90e62d8fb 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);