Mercurial > hg > orthanc-python
view Resources/Builders/Dockerfile-MinGW-BuildEnvironment @ 87:45c39325b6bb OrthancPython-1.0
closing branch OrthancPython-1.0
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 12 Aug 2021 18:39:41 +0200 |
parents | 0977f5152861 |
children | fd58eb5749ed |
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 python && \ apt-get clean && rm -rf /var/lib/apt/lists/*