Skip to content

Commit

Permalink
Add debian package theseus/3.3.0-5b1-deb/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
osallou committed Apr 5, 2018
1 parent 7fc1333 commit ea45536
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions theseus/3.3.0-5b1-deb/Dockerfile
@@ -0,0 +1,15 @@
FROM biocontainers/biocontainers:debian-stretch-backports
MAINTAINER biocontainers <biodocker@gmail.com>
LABEL software="theseus" \
container="theseus" \
about.summary="superimpose macromolecules using maximum likelihood" \
about.home="http://www.theseus3d.org" \
software.version="3.3.0-5b1-deb" \
version="1" \
about.license_file="/usr/share/doc/theseus/copyright" \
extra.binaries="/usr/bin/theseus,/usr/bin/theseus_align" \
about.tags="biology::peptidic, field::biology, field::biology:bioinformatics,:biology:structural, implemented-in::c, interface::commandline,:program, use::analysing, use::comparing,:plaintext"

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

0 comments on commit ea45536

Please sign in to comment.