Skip to content

Commit

Permalink
Add debian package gdcm/2.6.6-3-deb-py2/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
osallou committed Jun 1, 2018
1 parent 3faea57 commit 8a5b4fb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions gdcm/2.6.6-3-deb-py2/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
FROM biocontainers/biocontainers:debian-stretch-backports
MAINTAINER biocontainers <biodocker@gmail.com>
LABEL software="gdcm" \
container="gdcm" \
about.summary="Grassroots DICOM Python bindings" \
about.home="http://gdcm.sourceforge.net/" \
software.version="2.6.6-3-deb-py2" \
version="1" \
about.copyright="2006-2011 Mathieu Malaterre" \
about.license="BSD-3-clause-alike-CREATIS" \
about.license_file="/usr/share/doc/gdcm/copyright" \
about.tags=""

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

1 comment on commit 8a5b4fb

@osallou
Copy link
Contributor Author

@osallou osallou commented on 8a5b4fb Jun 1, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No gdcm/2.6.6-3-deb-py2/test-cmds.txt (test file) present, skipping tests

Please sign in to comment.