Skip to content

Commit

Permalink
Add debian package emboss-explorer/2.2.0-8-deb/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
osallou committed Apr 4, 2018
1 parent e702788 commit cfee930
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions emboss-explorer/2.2.0-8-deb/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
FROM biocontainers/biocontainers:debian-stretch-backports
MAINTAINER biocontainers <biodocker@gmail.com>
LABEL software="emboss-explorer" \
container="emboss-explorer" \
about.summary="web-based GUI to EMBOSS" \
about.home="http://embossgui.sourceforge.net/" \
software.version="2.2.0-8-deb" \
version="1" \
about.copyright=" 2004-2006 Luke McCarthy" \
about.license="GPL-1+ or Artistic-1" \
about.license_file="/usr/share/doc/emboss-explorer/copyright" \
extra.binaries="/usr/bin/acdcheck,/usr/bin/mkstatic" \
about.tags="biology::emboss, field::biology, field::biology:bioinformatics,:perl, interface::web, role::plugin, suite::TODO,:application,:cgi"

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

0 comments on commit cfee930

Please sign in to comment.