Skip to content

Commit

Permalink
Fix Dockerfile for multiqc vs new python (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcodelapierre authored Nov 6, 2023
1 parent 5a16559 commit 8253a58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ RUN \
salmon=1.10.2 \
fastqc=0.12.1 \
multiqc=1.17 \
python=3.11 \
typing_extensions \
importlib_metadata \
procps-ng \
&& micromamba clean -a -y

Expand Down

0 comments on commit 8253a58

Please sign in to comment.