Skip to content

Commit 9e00603

Browse files
committed
update Dockerfile to install procps
1 parent db70187 commit 9e00603

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tools/payload-gen-dna-seq-qc/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM python:3.7.5-slim-buster
22

3+
RUN apt-get update && apt-get install -y procps
4+
35
ENV PATH="/tools:${PATH}"
46

57
WORKDIR /tools

0 commit comments

Comments
 (0)