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

deeptools: add libcurl3 dependency

parent 3808033c
No related branches found
No related tags found
No related merge requests found
...@@ -11,5 +11,6 @@ RUN apt-get update -qq \ ...@@ -11,5 +11,6 @@ RUN apt-get update -qq \
libcurl4-gnutls-dev \ libcurl4-gnutls-dev \
libssl-dev \ libssl-dev \
libncurses5-dev \ libncurses5-dev \
libcurl3 \
procps procps
RUN pip3 install deeptools==${DEEPTOOLS_VERSION} RUN pip3 install 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