Skip to content

Commit

Permalink
Add debian package gnumed-common/1.6.11dfsg-3-deb/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
osallou committed Apr 4, 2018
1 parent ac622d8 commit 07b3ab0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions gnumed-common/1.6.11dfsg-3-deb/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="gnumed-common" \
container="gnumed-common" \
about.summary="medical practice management - common files" \
about.home="http://www.gnumed.de" \
software.version="1.6.11dfsg-3-deb" \
version="1" \
about.copyright=" 2000-2005 Horst Herb, a.o." \
about.license="GPL-2+" \
about.license_file="/usr/share/doc/gnumed-common/copyright" \
about.tags="field::medicine, made-of::TODO, role::app-data"

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

0 comments on commit 07b3ab0

Please sign in to comment.