diff --git a/windows/Dockerfile b/windows/Dockerfile index eb986bc95a9cec04073306c31bcbd90caacba1b7..6f18f93682e7d65be147614546b4625d1fd37ebd 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