Skip to content

Commit

Permalink
Add debian package mrbayes/3.2.6dfsg-1b4-deb/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
osallou committed Jun 1, 2018
1 parent 5fbe1a7 commit 877a0ca
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions mrbayes/3.2.6dfsg-1b4-deb/Dockerfile
@@ -0,0 +1,15 @@
FROM biocontainers/biocontainers:debian-stretch-backports
MAINTAINER biocontainers <biodocker@gmail.com>
LABEL software="mrbayes" \
container="mrbayes" \
about.summary="Bayesian Inference of Phylogeny" \
about.home="http://mrbayes.csit.fsu.edu/" \
software.version="3.2.6dfsg-1b4-deb" \
version="1" \
about.license_file="/usr/share/doc/mrbayes/copyright" \
extra.binaries="/usr/bin/mb" \
about.tags=""

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

1 comment on commit 877a0ca

@osallou
Copy link
Contributor Author

@osallou osallou commented on 877a0ca Jun 1, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No mrbayes/3.2.6dfsg-1b4-deb/test-cmds.txt (test file) present, skipping tests

Please sign in to comment.