Skip to content

Commit 09b1b95

Browse files
committed
Add debian package macsyfinder/1.0.2-3-deb/Dockerfile
1 parent 5e2ec3c commit 09b1b95

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

macsyfinder/1.0.2-3-deb/Dockerfile

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
FROM biocontainers/biocontainers:debian-stretch-backports
2+
MAINTAINER biocontainers <[email protected]>
3+
LABEL software="macsyfinder" \
4+
container="macsyfinder" \
5+
about.summary="detection of macromolecular systems in protein datasets" \
6+
about.home="https://github.com/gem-pasteur/macsyfinder" \
7+
software.version="1.0.2-3-deb" \
8+
version="1" \
9+
extra.identifiers.biotools="macsyfinder" \
10+
about.copyright="2014 Institut Pasteur (Paris) and CNRS." \
11+
about.license="GPL-3" \
12+
about.license_file="/usr/share/doc/macsyfinder/copyright" \
13+
extra.binaries="/usr/bin/macsyfinder" \
14+
about.tags=""
15+
16+
ENV DEBIAN_FRONTEND noninteractive
17+
RUN apt-get update && apt-get install -y macsyfinder && apt-get clean && apt-get purge && rm -rf /var/lib/apt/lists/* /tmp/*
18+
USER biodocker

0 commit comments

Comments
 (0)