Mercurial > hg > orthanc-python
view Resources/Builders/Dockerfile-MinGW-BuildEnvironment @ 48:0f8c9ce124d6
sync
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Fri, 06 Nov 2020 17:56:55 +0100 |
| parents | 499d090f3d3f |
| children | c17cdaf687e3 |
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 && \ DEBIAN_FRONTEND=noninteractive apt-get -y install \ nano unzip cmake mingw-w64 patch wget bzip2 python mercurial && \ apt-get clean && rm -rf /var/lib/apt/lists/*
