mirror of
https://gitlab.com/Anson-Projects/projects.git
synced 2025-08-02 03:21:32 +00:00
switching to CI building the site
This commit is contained in:
6
docs/Dockerfile
Normal file
6
docs/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
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\')'
|
Reference in New Issue
Block a user