Skip to content

Commit

Permalink
Add debian package dicom3tools/1.0020170109062447-1-deb/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
osallou committed Apr 4, 2018
1 parent dcc7112 commit 7918e9f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions dicom3tools/1.0020170109062447-1-deb/Dockerfile
@@ -0,0 +1,17 @@
FROM biocontainers/biocontainers:debian-stretch-backports
MAINTAINER biocontainers <biodocker@gmail.com>
LABEL software="dicom3tools" \
container="dicom3tools" \
about.summary="DICOM medical image files manipulation and conversion tools" \
about.home="http://www.dclunie.com/dicom3tools.html" \
software.version="1.0020170109062447-1-deb" \
version="1" \
about.copyright="1993-2015, David A. Clunie DBA PixelMed Publishing" \
about.license="BSD-3-clause" \
about.license_file="/usr/share/doc/dicom3tools/copyright" \
extra.binaries="/usr/bin/andump,/usr/bin/dcdirdmp,/usr/bin/dcdump,/usr/bin/dcentvfy,/usr/bin/dcfile,/usr/bin/dchist,/usr/bin/dciodvfy,/usr/bin/dckey,/usr/bin/dcposn,/usr/bin/dcsort,/usr/bin/dcsrdump,/usr/bin/dcstats,/usr/bin/dctable,/usr/bin/dctopgm8,/usr/bin/dctopgx,/usr/bin/dctopnm,/usr/bin/dcunrgb,/usr/bin/jpegdump" \
about.tags="field::medicine, field::medicine:imaging, role::program,:converting, works-with::image"

ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get install -y dicom3tools && apt-get clean && apt-get purge && rm -rf /var/lib/apt/lists/* /tmp/*
USER biodocker

0 comments on commit 7918e9f

Please sign in to comment.