mirror of
https://gitlab.com/Anson-Projects/projects.git
synced 2025-06-15 14:36:47 +00:00
5 lines
160 B
Docker
5 lines
160 B
Docker
FROM r-base:latest
|
|
|
|
RUN apt-get update
|
|
RUN apt-get install libssl-dev pandoc build-essential libcurl4-gnutls-dev libxml2-dev libssl-dev -y
|
|
CMD Rscript builtit.R |