Skip to content
Permalink
master
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
FROM rhub/r-minimal
RUN installr -d rmarkdown
RUN wget https://github.com/jgm/pandoc/releases/download/2.13/pandoc-2.13-linux-amd64.tar.gz && \
tar xzf pandoc-2.13-linux-amd64.tar.gz && \
mv pandoc-2.13/bin/* /usr/local/bin/ && \
rm -rf pandoc-2.13*