Skip to content
Snippets Groups Projects
Verified Commit 8bcae2bf authored by Laurent Modolo's avatar Laurent Modolo
Browse files

R: dockerfile add make dependencies and git

parent c19f01b3
No related branches found
No related tags found
No related merge requests found
FROM rocker/r-ver:3.5.3
MAINTAINER Remi Seraphin
RUN apt update && \
apt install libssl-dev libcurl4-openssl-dev libxml2-dev zlib1g-dev git
RUN R -e "install.packages('tidyverse'); \
install.packages('ggplot2')"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment