Mercurial > hg > orthanc-python
view Resources/Builders/DebianStable/Dockerfile-Release @ 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 | dac0f23f85c2 |
children |
line wrap: on
line source
FROM jodogne/orthanc-plugins:1.6.0 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 python3.7 libpython3.7 && \ apt-get clean && rm -rf /var/lib/apt/lists/* ADD ./docker-build/share/orthanc/plugins/libOrthancPython.so \ /usr/local/share/orthanc/plugins/libOrthancPython.so