1
0
mirror of https://gitlab.com/Anson-Projects/projects.git synced 2025-06-16 15:06:53 +00:00
Projects/docs/Dockerfile

6 lines
215 B
Docker

FROM r-base:latest
RUN apt-get update
RUN apt-get install libssl-dev pandoc -y
RUN apt install build-essential libcurl4-gnutls-dev libxml2-dev libssl-dev -y
# RUN R -e 'rmarkdown::render_site(encoding = \'UTF-8\')'