Skip to content

Commit

Permalink
Add debian package colormap/1.0.2-1-deb-py3/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
osallou committed Sep 9, 2019
1 parent 87fdffe commit 1f77d63
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions colormap/1.0.2-1-deb-py3/Dockerfile
@@ -0,0 +1,19 @@
FROM biocontainers/biocontainers:vdebian-buster-backports_cv1
MAINTAINER biocontainers <biodocker@gmail.com>
LABEL software="colormap" \
base_image="biocontainers/biocontainers:vdebian-buster-backports_cv1" \
container="colormap" \
about.summary="ease manipulation of matplotlib colormaps and color codecs (Python 3)" \
about.home="https://colormap.readthedocs.io/" \
software.version="1.0.2-1-deb-py3" \
upstream.version="1.0.2" \
version="1" \
about.copyright="2014 Thomas Cokelaer <cokelaer@gmail.com>" \
about.license="BSD-3-Clause/colormap" \
about.license_file="/usr/share/doc/colormap/copyright" \
about.tags=""

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

1 comment on commit 1f77d63

@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 colormap/1.0.2-1-deb-py3/test-cmds.txt (test file) present, skipping tests

Please sign in to comment.