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

Docker: g2gtools, add procps for nextflow

parent bc5cc99e
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ MAINTAINER Laurent Modolo
ENV G2GTOOLS_VERSION=0.2.8
RUN apt update \
&& apt install -y wget build-essential zlib1g-dev libbz2-dev liblzma-dev \
&& apt install -y wget build-essential zlib1g-dev libbz2-dev liblzma-dev procps \
&& wget https://github.com/churchill-lab/g2gtools/archive/v${G2GTOOLS_VERSION}.tar.gz \
&& tar -xvf v${G2GTOOLS_VERSION}.tar.gz \
&& cd g2gtools-${G2GTOOLS_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