Mercurial > hg > orthanc-python
view Resources/Builders/Dockerfile-MinGW-BuildEnvironment @ 58:ef1a1ce0c1e3
During Orthanc shutdown, wait for all the pending events to have been processed
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 22 Jan 2021 07:36:18 +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/*