Skip to content

Commit

Permalink
Switch the R Docker file to r2u
Browse files Browse the repository at this point in the history
  • Loading branch information
vloothuis committed Apr 1, 2024
1 parent 95e7699 commit 6e8dc3e
Show file tree
Hide file tree
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
Expand Down

0 comments on commit 6e8dc3e

Please sign in to comment.