Skip to content
Snippets Groups Projects
Verified Commit 8d92ac19 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

deeptools: fix docker file for 3.5.1

parent 414cc8b9
No related branches found
No related tags found
No related merge requests found
FROM python:3.9-slim
FROM python:3.8-slim
MAINTAINER Lauret Modolo
ENV DEEPTOOLS_VERSION=3.5.1
......@@ -11,6 +11,7 @@ RUN apt-get update -qq \
libcurl4-gnutls-dev \
libssl-dev \
libncurses5-dev \
libcurl3 \
libcurl4 \
libc6 \
procps
RUN pip3 install deeptools==${DEEPTOOLS_VERSION}
RUN pip3 install pysam deeptools==${DEEPTOOLS_VERSION}
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