Skip to content

Commit

Permalink
Add debian package stacks-web/1.44-2-deb/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
osallou committed Jun 18, 2018
1 parent 9437938 commit 2fe26b9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions stacks-web/1.44-2-deb/Dockerfile
@@ -0,0 +1,17 @@
FROM biocontainers/biocontainers:debian-stretch-backports
MAINTAINER biocontainers <biodocker@gmail.com>
LABEL software="stacks-web" \
container="stacks-web" \
about.summary="web interface for displaying loci from short-read sequences" \
about.home="http://creskolab.uoregon.edu/stacks/" \
software.version="1.44-2-deb" \
version="1" \
extra.identifiers.biotools="stacks" \
about.copyright=" Julian Catchen <jcatchen@uoregon.edu>" \
about.license="GPL-3+" \
about.license_file="/usr/share/doc/stacks-web/copyright" \
about.tags=""

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

1 comment on commit 2fe26b9

@osallou
Copy link
Contributor Author

Choose a reason for hiding this comment

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

No stacks-web/1.44-2-deb/test-cmds.txt (test file) present, skipping tests

Please sign in to comment.