Skip to content

Commit

Permalink
Add debian package microbegps/1.0.0-2-deb/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
osallou committed Apr 4, 2018
1 parent 25448b9 commit 2d87433
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions microbegps/1.0.0-2-deb/Dockerfile
@@ -0,0 +1,18 @@
FROM biocontainers/biocontainers:debian-stretch-backports
MAINTAINER biocontainers <biodocker@gmail.com>
LABEL software="microbegps" \
container="microbegps" \
about.summary="explorative taxonomic profiling tool for metagenomic data" \
about.home="http://sourceforge.net/projects/microbegps/" \
software.version="1.0.0-2-deb" \
version="1" \
extra.identifiers.biotools="microbegps" \
about.copyright="2014, Martin S. Lindner <LindnerM@rki.de>" \
about.license="BSD-3-clause" \
about.license_file="/usr/share/doc/microbegps/copyright" \
extra.binaries="/usr/bin/MicrobeGPS" \
about.tags=""

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

0 comments on commit 2d87433

Please sign in to comment.