Base image is Alpine linux which installed only java8, perl, unzip, and fastqc_v0.11.9
97
FROM alpine:latest
RUN apk add --no-cache perl unzip openjdk8
COPY ./tools/fastqc_v0.11.9.zip /usr/local
RUN unzip /usr/local/fastqc_v0.11.9.zip -d /usr/local && rm /usr/local/fastqc_v0.11.9.zip
RUN chmod +x /usr/local/FastQC/fastqc
RUN ln -s /usr/local/FastQC/fastqc /usr/bin/
Content type
Image
Digest
sha256:bf118b246…
Size
113.3 MB
Last updated
over 3 years ago
docker pull albicans2021/fastqc:1.0