Skip to content

Commit

Permalink
Add debian package ballview/1.5.0git20180813.37fc53c-3-deb/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
osallou committed Aug 6, 2019
1 parent 018cac6 commit 669b89e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions ballview/1.5.0git20180813.37fc53c-3-deb/Dockerfile
@@ -0,0 +1,20 @@
FROM biocontainers/biocontainers:vdebian-buster-backports_cv1
MAINTAINER biocontainers <biodocker@gmail.com>
LABEL software="ballview" \
base_image="biocontainers/biocontainers:vdebian-buster-backports_cv1" \
container="ballview" \
about.summary="free molecular modeling and molecular graphics tool" \
about.home="http://www.ball-project.org/" \
software.version="1.5.0git20180813.37fc53c-3-deb" \
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/ballview/copyright" \
extra.binaries="/usr/bin/BALLView" \
about.tags="interface::graphical, interface::x11, role::program, uitoolkit::qt,:application"

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

1 comment on commit 669b89e

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

Please sign in to comment.