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

deepTools: add ps to Dockerfile

parent 6feaf7ac
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,9 @@ ENV PACKAGES build-essential \
python3-dev \
python3-wheel \
zlib1g-dev \
libcurl4-gnutls-dev
libcurl4-gnutls-dev \
procps
RUN apt-get update && \
apt-get install -y --no-install-recommends ${PACKAGES} && \
......
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