Skip to content

Commit

Permalink
Switch the R Docker file to r2u
Browse files Browse the repository at this point in the history
vloothuis committed Apr 1, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 95e7699 commit 6e8dc3e
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env Rscript

install.packages(c("dplyr","data.table","tidyr"), repos="https://cran.r-project.org")
install.packages(c("dplyr","data.table","tidyr"), repos="https://cran.r-project.org", dependencies=TRUE)
3 changes: 2 additions & 1 deletion r.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM r-base:4.3.3
FROM rocker/r2u:22.04


RUN mkdir /app
WORKDIR /app

0 comments on commit 6e8dc3e

Please sign in to comment.