Skip to content

Commit 8253a58

Browse files
Fix Dockerfile for multiqc vs new python (#23)
1 parent 5a16559 commit 8253a58

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ RUN \
66
salmon=1.10.2 \
77
fastqc=0.12.1 \
88
multiqc=1.17 \
9+
python=3.11 \
10+
typing_extensions \
11+
importlib_metadata \
912
procps-ng \
1013
&& micromamba clean -a -y
1114

0 commit comments

Comments
 (0)