Skip to content

Commit f4e0d05

Browse files
committed
installing ps for nextflow
1 parent e194902 commit f4e0d05

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,6 @@ COPY poetry.lock ./
5151

5252
# Install drevalpy
5353
RUN pip install .
54+
55+
# Nextflow needs the command ps to be available
56+
RUN apt-get update && apt-get install -y procps && rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)