Skip to content

Commit

Permalink
Add debian package garli/2.1-3-deb/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
osallou committed Sep 12, 2019
1 parent f978ad6 commit f936cc0
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions garli/2.1-3-deb/Dockerfile
@@ -0,0 +1,20 @@
FROM biocontainers/biocontainers:vdebian-buster-backports_cv1
MAINTAINER biocontainers <biodocker@gmail.com>
LABEL software="garli" \
base_image="biocontainers/biocontainers:vdebian-buster-backports_cv1" \
container="garli" \
about.summary="phylogenetic analysis of molecular sequence data using maximum-likelihood" \
about.home="https://github.com/Ashod/garli" \
software.version="2.1-3-deb" \
upstream.version="2.1" \
version="1" \
about.copyright="2005-2014 Ashod Nakashian, Derrick J. Zwickl," \
about.license="GPL-3+" \
about.license_file="/usr/share/doc/garli/copyright" \
extra.binaries="/usr/bin/garli" \
about.tags=""

USER root
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && (apt-get install -t buster-backports -y garli || apt-get install -y garli) && apt-get clean && apt-get purge && rm -rf /var/lib/apt/lists/* /tmp/*
USER biodocker

1 comment on commit f936cc0

@biocontainers-bot
Copy link
Collaborator

Choose a reason for hiding this comment

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

No garli/2.1-3-deb/test-cmds.txt (test file) present, skipping tests

Please sign in to comment.