Skip to content

Commit

Permalink
Add debian package cassiopee/1.0.9-2-deb/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
osallou committed Sep 9, 2019
1 parent cf6a58b commit 90c684d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions cassiopee/1.0.9-2-deb/Dockerfile
@@ -0,0 +1,20 @@
FROM biocontainers/biocontainers:vdebian-buster-backports_cv1
MAINTAINER biocontainers <biodocker@gmail.com>
LABEL software="cassiopee" \
base_image="biocontainers/biocontainers:vdebian-buster-backports_cv1" \
container="cassiopee" \
about.summary="index and search tool in genomic sequences" \
about.home="https://github.com/osallou/cassiopee-c" \
software.version="1.0.9-2-deb" \
upstream.version="1.0.9" \
version="1" \
about.copyright="2013 IRISA, Olivier Sallou <osallou@irisa.fr>" \
about.license="GPL-3+" \
about.license_file="/usr/share/doc/cassiopee/copyright" \
extra.binaries="/usr/bin/cassiopee,/usr/bin/cassiopeeknife" \
about.tags=""

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

1 comment on commit 90c684d

@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 cassiopee/1.0.9-2-deb/test-cmds.txt (test file) present, skipping tests

Please sign in to comment.