From ac622d8004c622b76caf80698a510e2ecdd5522d Mon Sep 17 00:00:00 2001 From: Olivier Sallou Date: Wed, 4 Apr 2018 14:09:54 +0200 Subject: [PATCH] Add debian package gnumed-client/1.6.11dfsg-3-deb/Dockerfile --- gnumed-client/1.6.11dfsg-3-deb/Dockerfile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 gnumed-client/1.6.11dfsg-3-deb/Dockerfile diff --git a/gnumed-client/1.6.11dfsg-3-deb/Dockerfile b/gnumed-client/1.6.11dfsg-3-deb/Dockerfile new file mode 100644 index 000000000..2cad3860a --- /dev/null +++ b/gnumed-client/1.6.11dfsg-3-deb/Dockerfile @@ -0,0 +1,17 @@ +FROM biocontainers/biocontainers:debian-stretch-backports +MAINTAINER biocontainers +LABEL software="gnumed-client" \ + container="gnumed-client" \ + about.summary="medical practice management - Client" \ + 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-client/copyright" \ + extra.binaries="/usr/bin/gm-convert_file,/usr/bin/gm-create_datamatrix,/usr/bin/gm-describe_file,/usr/bin/gm-import_incoming,/usr/bin/gm-print_doc,/usr/bin/gm_ctl_client,/usr/bin/gnumed" \ + about.tags="field::medicine, implemented-in::python, interface::graphical,:x11, network::client, role::program, scope::application,:wxwidgets, use::TODO, use::organizing,:TODO, works-with::TODO, works-with::db,:people, x11::application" + +ENV DEBIAN_FRONTEND noninteractive +RUN apt-get update && apt-get install -y gnumed-client && apt-get clean && apt-get purge && rm -rf /var/lib/apt/lists/* /tmp/* +USER biodocker