Mercurial > hg > orthanc-python
diff Resources/Builders/Dockerfile-MinGW-BuildEnvironment @ 0:7ed502b17b8f
initial commit
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 26 Mar 2020 18:47:01 +0100 |
parents | |
children | 2ec8e4cb93d3 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Resources/Builders/Dockerfile-MinGW-BuildEnvironment Thu Mar 26 18:47:01 2020 +0100 @@ -0,0 +1,9 @@ +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/*