File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ ENV PATH="$PATH:$JAVA_HOME/bin"
3636RUN echo 'options(repos = c(CRAN = "http://cran.rstudio.com"))' >> /usr/lib/R/etc/Rprofile.site
3737RUN Rscript -e "install.packages(c('remotes', 'stringr', 'jsonlite'))"
3838RUN Rscript -e "remotes::install_github('NCEAS/metadig-r', ref = 'v.0.2.0')"
39- RUN Rscript -e "remotes::install_github('NCEAS/metadig-rake', ref = 'develop')"
39+ RUN Rscript -e "remotes::install_github('NCEAS/metadig-rake', ref = 'develop')" > /opt/local/metadig/debug/metadig-rake-install.log 2>&1
4040
4141# DataONE indexer prints copious error msgs if these files don't exist
4242RUN mkdir -p /etc/dataone/index && touch /etc/dataone/index/d1client.properties && touch /etc/dataone/node.properties && touch /etc/dataone/index/cn-index-processor.properties
You can’t perform that action at this time.
0 commit comments