Mercurial > hg > orthanc-python
view Resources/Builders/Dockerfile-MinGW-BuildEnvironment @ 16:777b677cc9fc OrthancPython-1.0
generation of windows resources
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 01 Apr 2020 10:43:11 +0200 |
parents | 7ed502b17b8f |
children | 2ec8e4cb93d3 |
line wrap: on
line source
FROM debian:stable-slim MAINTAINER Sebastien Jodogne <s.jodogne@gmail.com> LABEL Description="Orthanc, free DICOM server" Vendor="The Orthanc project" 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 && \ apt-get clean && rm -rf /var/lib/apt/lists/*