From 92d9946e3b56d760be8ffa4b0518aa68b4a56215 Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner <moritz@ucworks.org> Date: Fri, 14 Sep 2018 13:36:36 +0200 Subject: [PATCH] Also add WiX --- windows/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/windows/Dockerfile b/windows/Dockerfile index eb986bc..6f18f93 100644 --- a/windows/Dockerfile +++ b/windows/Dockerfile @@ -57,4 +57,6 @@ RUN python -m pip --no-cache-dir install --no-warn-script-location \ matplotlib \ pandas -RUN choco install -y nsis +RUN choco install -y \ + nsis \ + wixtoolset -- GitLab