Skip to content

Commit

Permalink
Add debian package ball/1.5.0git20180813.37fc53c-3-deb-py2/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
osallou committed Aug 6, 2019
1 parent 859a8dc commit 018cac6
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions ball/1.5.0git20180813.37fc53c-3-deb-py2/Dockerfile
@@ -0,0 +1,19 @@
FROM biocontainers/biocontainers:vdebian-buster-backports_cv1
MAINTAINER biocontainers <biodocker@gmail.com>
LABEL software="ball" \
base_image="biocontainers/biocontainers:vdebian-buster-backports_cv1" \
container="ball" \
about.summary="Python bindings for the Biochemical Algorithms Library" \
about.home="http://www.ball-project.org/" \
software.version="1.5.0git20180813.37fc53c-3-deb-py2" \
upstream.version="1.5.0" \
version="1" \
about.copyright=" 1998-2013 the BALL project group" \
about.license="GPL-2+" \
about.license_file="/usr/share/doc/ball/copyright" \
about.tags="uitoolkit::qt"

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

1 comment on commit 018cac6

@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 ball/1.5.0git20180813.37fc53c-3-deb-py2/test-cmds.txt (test file) present, skipping tests

Please sign in to comment.