FIx a typo.
This commit is contained in:
parent
aa3ac0087e
commit
5a7bf9be9b
|
@ -53,7 +53,7 @@ ADD https://code-repo.d4science.org/gCubeSystem/r-packages-list/raw/branch/maste
|
||||||
#RUN for g in `cat /tmp/r_github_pkgs.txt` ; do installGithub.r -d TRUE -u FALSE -r https://packagemanager.rstudio.com/all/__linux__/focal/latest $g ; done
|
#RUN for g in `cat /tmp/r_github_pkgs.txt` ; do installGithub.r -d TRUE -u FALSE -r https://packagemanager.rstudio.com/all/__linux__/focal/latest $g ; done
|
||||||
#RUN grep -v "GITHUB_PATH" /etc/R/Renviron.site > /etc/R/Renviron.site.1
|
#RUN grep -v "GITHUB_PATH" /etc/R/Renviron.site > /etc/R/Renviron.site.1
|
||||||
#RUN mv -f /etc/R/Renviron.site.1 /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 ; done
|
RUN installGithub.r -d TRUE -u FALSE -r https://packagemanager.rstudio.com/all/__linux__/focal/latest DanOvando/sraplus
|
||||||
|
|
||||||
# Ensure that we remove the source packages
|
# Ensure that we remove the source packages
|
||||||
RUN rm -fr /tmp/downloaded_packages/*
|
RUN rm -fr /tmp/downloaded_packages/*
|
||||||
|
|
Loading…
Reference in New Issue