Skip to content

Commit

Permalink
Add debian package biosql/1.68dfsg-3-deb-py2/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
osallou committed May 31, 2018
1 parent 3d7f38c commit 123e629
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions biosql/1.68dfsg-3-deb-py2/Dockerfile
@@ -0,0 +1,16 @@
FROM biocontainers/biocontainers:debian-stretch-backports
MAINTAINER biocontainers <biodocker@gmail.com>
LABEL software="biosql" \
container="biosql" \
about.summary="Biopython support for the BioSQL database schema (Python 2)" \
about.home="http://biopython.org" \
software.version="1.68dfsg-3-deb-py2" \
version="1" \
about.copyright=" 2002-2009 Biopython contributors" \
about.license="other" \
about.license_file="/usr/share/doc/biosql/copyright" \
about.tags="devel::lang:python, devel::lang:sql, devel::library, field::biology,:python, role::devel-lib, works-with::db"

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

1 comment on commit 123e629

@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 biosql/1.68dfsg-3-deb-py2/test-cmds.txt (test file) present, skipping tests

Please sign in to comment.