From 856136433c965efb5e619e45de2c788bf10793fc Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner <moritz@ucworks.org> Date: Sat, 15 Sep 2018 22:39:23 +0200 Subject: [PATCH] Add missing quoting --- windows/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/Dockerfile b/windows/Dockerfile index 6151f76..a3b4fed 100644 --- a/windows/Dockerfile +++ b/windows/Dockerfile @@ -38,7 +38,7 @@ RUN $vcpkg_dir = 'C:/vcpkg'; \ [Environment]::SetEnvironmentVariable('VCPKG_DIR', "\"$vcpkg_dir\"", [EnvironmentVariableTarget]::Machine); RUN cd $Env:VCPKG_DIR; \ - $vcpkg_triplet = x64-windows; \ + $vcpkg_triplet = 'x64-windows'; \ ./vcpkg install \ zlib:$vcpkg_triplet \ libepoxy[egl]:$vcpkg_triplet \ -- GitLab