Skip to content

Commit

Permalink
Add debian package rdp-classifier/2.10.2-1-deb/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
osallou committed Apr 5, 2018
1 parent e68a3ee commit 57bf01b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions rdp-classifier/2.10.2-1-deb/Dockerfile
@@ -0,0 +1,17 @@
FROM biocontainers/biocontainers:debian-stretch-backports
MAINTAINER biocontainers <biodocker@gmail.com>
LABEL software="rdp-classifier" \
container="rdp-classifier" \
about.summary="extensible sequence classifier for fungal lsu, bacterial and archaeal 16s" \
about.home="https://github.com/rdpstaff/classifier" \
software.version="2.10.2-1-deb" \
version="1" \
about.copyright="2008-2014 Michigan State University Board of Trustees <rdpstaff@msu.edu>" \
about.license="GPL-2.0+" \
about.license_file="/usr/share/doc/rdp-classifier/copyright" \
extra.binaries="/usr/bin/rdp_classifier" \
about.tags=""

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

0 comments on commit 57bf01b

Please sign in to comment.