We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45810c5 commit ddf627aCopy full SHA for ddf627a
docker/Dockerfile
@@ -12,4 +12,5 @@ RUN cd / && git clone --single-branch --branch development https://github.com/NC
12
RUN wget https://github.com/jgm/pandoc/releases/download/2.9.2/pandoc-2.9.2-1-amd64.deb \
13
&& dpkg -i pandoc-2.9.2-1-amd64.deb
14
15
-RUN Rscript -e 'install.packages("gridExtra")'
+RUN Rscript -e 'install.packages("gridExtra")'
16
+RUN Rscript -e 'install.packages("https://cran.r-project.org/src/contrib/vcfR_1.12.0.tar.gz", repos=NULL, type="source")'
0 commit comments