Skip to content
Snippets Groups Projects
Commit 8da24f5e authored by Moritz Maxeiner's avatar Moritz Maxeiner
Browse files

Cleanup windows dockerfile

parent 1d1621ad
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@ RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tl
choco install -y cmake --version 3.12.2 --installargs "ADD_CMAKE_TO_PATH=System"; \
choco install -y \
git \
curl \
7zip \
wixtoolset; \
(New-Object Net.WebClient).DownloadFile('https://github.com/Kitware/ninja/releases/download/v1.8.2.g972a7.kitware.dyndep-1/ninja-1.8.2.g972a7.kitware.dyndep-1_i686-pc-windows-msvc.zip', 'C:/ninja.zip'); \
......@@ -21,6 +22,7 @@ RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tl
python -m pip --no-cache-dir install --no-warn-script-location \
wheel \
twine
COPY VsDevEnv.ps1 C:/VsDevEnv.ps1
COPY qtifwsilent.qs C:/qtifwsilent.qs
RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
......@@ -62,7 +64,3 @@ RUN python -m pip --no-cache-dir install --no-warn-script-location \
scipy \
matplotlib \
pandas
COPY VsDevEnv.ps1 C:/VsDevEnv.ps1
RUN choco install -y curl
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment