From dbbb1069fe61a949162d2a62af4e75c2a06f913e Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner <mm@ucw.sh> Date: Thu, 4 Jun 2020 03:10:34 +0200 Subject: [PATCH] [windows-1809] fix vcpkg git clone dst --- 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 e28c4e7..751753a 100644 --- a/windows-1809/base/Dockerfile +++ b/windows-1809/base/Dockerfile @@ -46,7 +46,7 @@ RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tl [Environment]::SetEnvironmentVariable('Pylon5_DIR', 'C:/ProgramData/Pylon5/Development', [EnvironmentVariableTarget]::Machine); RUN $vcpkg_dir = 'C:/ProgramData/vcpkg'; \ - git clone -b robofish --single-branch https://git.imp.fu-berlin.de/bioroboticslab/robofish/vcpkg.git; \ + git clone -b robofish --single-branch https://git.imp.fu-berlin.de/bioroboticslab/robofish/vcpkg.git $vcpkg_dir; \ cd $vcpkg_dir; \ git checkout c6f4350fcbec06f8b9f2c22daeb9c651c9e28605; \ ./scripts/bootstrap.ps1 -disableMetrics; \ -- GitLab