Skip to content

Commit

Permalink
Revert Rscript changes for 'install.packages' script - the data suite…
Browse files Browse the repository at this point in the history
… checks should be python not r library, need to deploy revised data suite check first
  • Loading branch information
doulikecookiedough committed Dec 17, 2024
1 parent f43d31a commit ded7147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker/metadig-worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ENV PATH="$PATH:$JAVA_HOME/bin"

# Install required R packages
RUN echo 'options(repos = c(CRAN = "http://cran.rstudio.com"))' >> /usr/lib/R/etc/Rprofile.site
RUN Rscript -e "install.packages(c('remotes', 'stringr', 'jsonlite', 'redland', 'jqr'))"
RUN Rscript -e "install.packages(c('remotes', 'stringr', 'jsonlite'))"
RUN Rscript -e "remotes::install_github('NCEAS/metadig-r', ref = 'v.0.2.0')"
RUN Rscript -e "remotes::install_github('NCEAS/metadig-rake', ref = 'develop')"

Expand Down

0 comments on commit ded7147

Please sign in to comment.