r-hub / r-minimal

Minimal Docker images for R
163 stars 35 forks source link

fix: update tidyverse example #75

Closed m-muecke closed 9 months ago

gaborcsardi commented 9 months ago

Thanks! We also needed to keep the icu-libs package, it turned out. It would be probably a good idea to have some CI config for building the examples.

m-muecke commented 9 months ago

Thanks! We also needed to keep the icu-libs package, it turned out. It would be probably a good idea to have some CI config for building the examples.

Sounds useful, both for Docker Hub and GH packages? Having an action for linting the Dockerfile could be useful as well with either directly calling the hadolint action or how the rocker project is doing it with the superlinter action calling the hadolint linter https://github.com/rocker-org/rocker-versioned2/blob/master/.github/workflows/linting.yml