view Resources/Builders/DebianStable/Dockerfile-Release @ 33:ce5b6116e6cd

New builders for Windows: Supporting 32 / 64bit with Python 2.7 / 3.7 / 3.8
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 28 May 2020 18:05:18 +0200
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