Skip to content

Commit

Permalink
Add debian package metastudent/2.0.1-4-deb/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
osallou committed Apr 4, 2018
1 parent 5b25e49 commit 3be51fa
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions metastudent/2.0.1-4-deb/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
FROM biocontainers/biocontainers:debian-stretch-backports
MAINTAINER biocontainers <biodocker@gmail.com>
LABEL software="metastudent" \
container="metastudent" \
about.summary="predictor of Gene Ontology terms from protein sequence" \
about.home="https://rostlab.org/owiki/index.php/Metastudent" \
software.version="2.0.1-4-deb" \
version="1" \
extra.identifiers.biotools="metastudent" \
about.copyright="2010-2015, Tobias Hamp <hampt@rostlab.org>" \
about.license="GPL-2+" \
about.license_file="/usr/share/doc/metastudent/copyright" \
extra.binaries="/usr/bin/metastudent" \
about.tags=""

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

0 comments on commit 3be51fa

Please sign in to comment.