Skip to content
Snippets Groups Projects
Verified Commit e8f0f815 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

FastQC/Dockerfile: add perl version

parent 8f2c8522
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ MAINTAINER Laurent Modolo
ENV FASTQC_VERSION=0.11.5
ENV PACKAGES fastqc=${FASTQC_VERSION}* \
perl
perl=5.26*
RUN apt-get update && \
apt-get install -y --no-install-recommends ${PACKAGES} && \
......
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