The apt source for the R packages in the Dockerfile:
https://github.com/solgenomics/breedbase_dockerfile/blob/b00e16e9f87a707a4feb1d3f1f5480dc1306e92a/Dockerfile#L34C15-L34C62
is not responding.
I think this is resulting in an older version of R being installed, with is incompatible with some of the R packages in the R_libs repo.
You should be able to replace the apt source with the R cloud URL: https://cloud.r-project.org/bin/linux/debian/ and get a newer version of R installed.
The apt source for the R packages in the Dockerfile:
https://github.com/solgenomics/breedbase_dockerfile/blob/b00e16e9f87a707a4feb1d3f1f5480dc1306e92a/Dockerfile#L34C15-L34C62
is not responding.
I think this is resulting in an older version of R being installed, with is incompatible with some of the R packages in the
R_libsrepo.You should be able to replace the apt source with the R cloud URL:
https://cloud.r-project.org/bin/linux/debian/and get a newer version of R installed.