Skip to content

Commit

Permalink
Remove new redirect output code in docker file for debugging, not how…
Browse files Browse the repository at this point in the history
… it works
  • Loading branch information
doulikecookiedough committed Dec 16, 2024
1 parent ad727d8 commit d1242a3
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 @@ -36,7 +36,7 @@ ENV PATH="$PATH:$JAVA_HOME/bin"
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'))"
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')" > /opt/local/metadig/debug/metadig-rake-install.log 2>&1
RUN Rscript -e "remotes::install_github('NCEAS/metadig-rake', ref = 'develop')"

# DataONE indexer prints copious error msgs if these files don't exist
RUN mkdir -p /etc/dataone/index && touch /etc/dataone/index/d1client.properties && touch /etc/dataone/node.properties && touch /etc/dataone/index/cn-index-processor.properties
Expand Down

0 comments on commit d1242a3

Please sign in to comment.