Skip to content
Snippets Groups Projects
Unverified Commit 6feaf7ac authored by Laurent Modolo's avatar Laurent Modolo
Browse files

deepTools: Dockerfile add v3.1.1

parent 8e0939bc
No related branches found
No related tags found
No related merge requests found
FROM debian:stretch
MAINTAINER Laurent Modolo
ENV DEEPTOOLS_VERSION=3.1.1
ENV PACKAGES build-essential \
python3-pip \
python3-setuptools \
python3-dev \
python3-wheel \
zlib1g-dev \
libcurl4-gnutls-dev
RUN apt-get update && \
apt-get install -y --no-install-recommends ${PACKAGES} && \
apt-get clean
RUN pip3 install deeptools==${DEEPTOOLS_VERSION}
#!/bin/sh
docker build src/docker_modules/deepTools/3.1.1 -t 'deeptools:3.1.1'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment