Skip to content

Commit

Permalink
Use newest R version available
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSerth committed Feb 3, 2020
1 parent ad5c062 commit bd1b338
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ubuntu-r/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
FROM openhpi/docker_exec_phusion
MAINTAINER openHPI team <[email protected]>

RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9
RUN add-apt-repository 'deb https://cloud.r-project.org/bin/linux/ubuntu bionic-cran35/'

RUN apt-get update && apt-get install -y r-base

RUN Rscript -e 'install.packages("berryFunctions", repos="http://cran.rstudio.com")'

0 comments on commit bd1b338

Please sign in to comment.