comparison 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
comparison
equal deleted inserted replaced
17:3848f5b1d993 18:2ec8e4cb93d3
3 MAINTAINER Sebastien Jodogne <s.jodogne@gmail.com> 3 MAINTAINER Sebastien Jodogne <s.jodogne@gmail.com>
4 LABEL Description="Orthanc, free DICOM server" Vendor="The Orthanc project" 4 LABEL Description="Orthanc, free DICOM server" Vendor="The Orthanc project"
5 5
6 RUN apt-get -y clean && apt-get -y update 6 RUN apt-get -y clean && apt-get -y update
7 RUN DEBIAN_FRONTEND=noninteractive apt-get -y install \ 7 RUN DEBIAN_FRONTEND=noninteractive apt-get -y install \
8 nano unzip cmake mingw-w64 patch wget bzip2 && \ 8 nano unzip cmake mingw-w64 patch wget bzip2 python && \
9 apt-get clean && rm -rf /var/lib/apt/lists/* 9 apt-get clean && rm -rf /var/lib/apt/lists/*