From 1d1621ad3d1c32ca03ae9125bee2b7c207dc71e1 Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner <moritz@ucworks.org> Date: Sun, 16 Sep 2018 14:23:06 +0200 Subject: [PATCH] Add curl --- windows/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/windows/Dockerfile b/windows/Dockerfile index 17972fe..da84ea4 100644 --- a/windows/Dockerfile +++ b/windows/Dockerfile @@ -63,4 +63,6 @@ RUN python -m pip --no-cache-dir install --no-warn-script-location \ matplotlib \ pandas -COPY VsDevEnv.ps1 C:/VsDevEnv.ps1 \ No newline at end of file +COPY VsDevEnv.ps1 C:/VsDevEnv.ps1 + +RUN choco install -y curl -- GitLab