Skip to content

Commit

Permalink
Add debian package elastix/4.8-10-deb/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
osallou committed Apr 4, 2018
1 parent 828d07f commit 8b14f1a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions elastix/4.8-10-deb/Dockerfile
@@ -0,0 +1,17 @@
FROM biocontainers/biocontainers:debian-stretch-backports
MAINTAINER biocontainers <biodocker@gmail.com>
LABEL software="elastix" \
container="elastix" \
about.summary="toolbox for rigid and nonrigid registration of images" \
about.home="http://elastix.isi.uu.nl/" \
software.version="4.8-10-deb" \
version="1" \
about.copyright="UMC Utrecht and contributors" \
about.license="Apache-2.0" \
about.license_file="/usr/share/doc/elastix/copyright" \
extra.binaries="/usr/bin/elastix,/usr/bin/transformix" \
about.tags="role::program"

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

0 comments on commit 8b14f1a

Please sign in to comment.