Mercurial > hg > orthanc-python
view Resources/Builders/DebianStable/Dockerfile-BuildEnvironment @ 77:e7ff5efb100d
Custom exception "orthanc.OrthancException" is raised instead of "ValueError"
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 09 Aug 2021 18:16:42 +0200 |
parents | 293deb20ada8 |
children |
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 build-essential unzip cmake pkg-config libpython3.7-dev mercurial && \ apt-get clean && rm -rf /var/lib/apt/lists/*