Skip to content

Commit

Permalink
see if we can install metadig-rake into the worker container
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanetteclark committed Apr 22, 2024
1 parent b316ed4 commit 9c499ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Docker/metadig-worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,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')"

# 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 9c499ac

Please sign in to comment.