Skip to content

Commit

Permalink
Merge pull request #19 from pangenome/Dockerfile
Browse files Browse the repository at this point in the history
ps is required for nextflow to collect task metrics
  • Loading branch information
subwaystation authored Mar 24, 2021
2 parents cad2bf0 + f2a6fa6 commit b3225dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN apt-get update \
pkg-config \
bc \
time \
ps \
libxml2-dev libssl-dev libcurl4-openssl-dev \
apt-transport-https software-properties-common dirmngr gpg-agent \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit b3225dd

Please sign in to comment.