diff Resources/Builders/Dockerfile-MinGW-BuildEnvironment @ 18:2ec8e4cb93d3

fix missing python in mingw32 builder
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 01 Apr 2020 11:00:44 +0200
parents 7ed502b17b8f
children fd58eb5749ed
line wrap: on
line diff
--- a/Resources/Builders/Dockerfile-MinGW-BuildEnvironment	Wed Apr 01 10:43:36 2020 +0200
+++ b/Resources/Builders/Dockerfile-MinGW-BuildEnvironment	Wed Apr 01 11:00:44 2020 +0200
@@ -5,5 +5,5 @@
 
 RUN apt-get -y clean && apt-get -y update
 RUN DEBIAN_FRONTEND=noninteractive apt-get -y install \
-    nano unzip cmake mingw-w64 patch wget bzip2 && \
+    nano unzip cmake mingw-w64 patch wget bzip2 python && \
     apt-get clean && rm -rf /var/lib/apt/lists/*