Skip to content

Commit bda4635

Browse files
committed
Add debian package genometools/1.5.9ds-4-deb-py2/Dockerfile
1 parent e3d9681 commit bda4635

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
FROM biocontainers/biocontainers:debian-stretch-backports
2+
MAINTAINER biocontainers <[email protected]>
3+
LABEL software="genometools" \
4+
container="genometools" \
5+
about.summary="Python bindings for genometools" \
6+
about.home="http://genometools.org" \
7+
software.version="1.5.9ds-4-deb-py2" \
8+
version="1" \
9+
extra.identifiers.biotools="genometools" \
10+
about.license_file="/usr/share/doc/genometools/copyright" \
11+
about.tags="devel::lang:python, devel::library, implemented-in::python,:devel-lib"
12+
13+
ENV DEBIAN_FRONTEND noninteractive
14+
RUN apt-get update && apt-get install -y python-genometools && apt-get clean && apt-get purge && rm -rf /var/lib/apt/lists/* /tmp/*
15+
USER biodocker

0 commit comments

Comments
 (0)