ubuntu:14.04.3 MAINTAINER Upendra Kumar DeviseAy <
[email protected]> LABEL Descrip<on="This image is used for crea<ng FastQC-0.11.5” RUN apt-get -y update RUN apt-get -y install wget unzip openjdk-7-jdk RUN wget hAp://www.bioinforma<cs.babraham.ac.uk/projects/fastqc/ fastqc_v0.11.5.zip \ && unzip fastqc_v0.11.5.zip \ && chmod +x FastQC/fastqc \ && cp -r FastQC/* /usr/bin ENTRYPOINT [ "fastqc" ]