Updating bwa-samtools dockerfile
[arvados-tutorial.git] / WGS-processing / docker / clinvar-report / Dockerfile
index 8a93e4a2b80c0e1d48fd5760842d20cd1331c54b..2c0976b87205fdec28a3c3d0e105fa7cf5181ac5 100644 (file)
@@ -22,3 +22,5 @@ RUN cd /tmp && wget http://github.com/samtools/htslib/archive/1.10.2.zip && unzi
 
 # Install bcftools 1.10.2
 RUN wget http://github.com/samtools/bcftools/archive/1.10.2.zip && unzip 1.10.2 && cd bcftools-1.10.2 && autoheader && autoconf && ./configure && make && make install
+
+CMD /bin/sh