Skip to content
Snippets Groups Projects
Unverified Commit 8bc50851 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

MultiQC: fix Dockerfile for debian

parent d651e144
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,9 @@ RUN apt-get update && \
RUN locale-gen en_US.UTF-8
ENV LC_ALL=en_US.utf-8
ENV LANG=en_US.utf-8
ENV LC_ALL=C.UTF-8
ENV LANG=C.UTF-8
RUN pip3 install multiqc==${MULTIQC_VERSION}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment