Skip to content

Commit 8520c93

Browse files
committed
Add default java to Dockerfile, required by fastqc
1 parent 5cad4b4 commit 8520c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN wget http://www.bioinformatics.babraham.ac.uk/projects/fastqc/fastqc_v0.11.3
1313
RUN unzip fastqc_v0.11.3.zip
1414
RUN sudo chmod 755 FastQC/fastqc
1515
RUN ln -s $(pwd)/FastQC/fastqc /usr/bin/fastqc
16-
RUN apt-get install -y bowtie2 samtools
16+
RUN apt-get install -y bowtie2 samtools default-jre
1717
## installing latest version of SRA toolkit
1818
RUN wget https://ftp-trace.ncbi.nlm.nih.gov/sra/sdk/2.8.1-3/sratoolkit.2.8.1-3-ubuntu64.tar.gz
1919
RUN gunzip sratoolkit.2.8.1-3-ubuntu64.tar.gz

0 commit comments

Comments
 (0)