Install the deb jags and jabbamodel/JABBA

This commit is contained in:
Andrea Dell'Amico 2022-08-30 13:11:39 +02:00
parent af2f738868
commit 5a6aad23bb
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,7 @@ LABEL org.opencontainers.image.licenses="GPL-2.0-or-later" \
# Some R dependencies
RUN apt-get update && apt-get install -y \
jags \
libxml2 \
git \
gdal-bin \
@ -59,6 +60,8 @@ RUN echo "GITHUB_PAT=$GITHUB_PAT" >> /etc/R/Renviron.site
#RUN mv -f /etc/R/Renviron.site.1 /etc/R/Renviron.site
RUN installGithub.r -d TRUE -u FALSE -r https://packagemanager.rstudio.com/all/__linux__/focal/latest DanOvando/sraplus
RUN installGithub.r -d TRUE -u FALSE -r https://packagemanager.rstudio.com/all/__linux__/focal/latest sofia-tsaf/SOFIA
RUN installGithub.r -d TRUE -u FALSE -r https://packagemanager.rstudio.com/all/__linux__/focal/latest jabbamodel/JABBA
# Ensure that we remove the source packages
RUN rm -fr /tmp/downloaded_packages/*