Skip to content

Commit

Permalink
installing ps for nextflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JudithBernett committed Nov 21, 2024
1 parent e194902 commit f4e0d05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,6 @@ COPY poetry.lock ./

# Install drevalpy
RUN pip install .

# Nextflow needs the command ps to be available
RUN apt-get update && apt-get install -y procps && rm -rf /var/lib/apt/lists/*

0 comments on commit f4e0d05

Please sign in to comment.