Dockerfile for personal R docker image. Based on rocker-org/r-ver.
- rocker/r-ver:4
- Pandoc
- Quarto
- Radian
Should only contain bare minimum of packages.
- tidyverse
- tidymodels # Do I really need this?
- ggthemes
- rmarkdown
- devtools
- Cairo
- car
- texreg
- downloader
- data.table
- parallel # Already installed with base
- DBI
- languageserver
- httpgd
- vscDebugger
- Create non-root user
- Create image for both architectures
-
linux/amd64
(Intel chips) -
linux/arm64
(ARM/Mac chips) #Currently fails, must investigate further
-