Skip to content

Commit

Permalink
add one more dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanetteclark committed Apr 24, 2024
1 parent 218e657 commit 2027806
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 @@ -24,7 +24,7 @@ COPY target/metadig-engine-$ENGINE_TAG.jar metadig-engine-$ENGINE_TAG.jar
COPY Docker/metadig-worker/solr solr/

RUN apt-get update
RUN apt-get install -y g++ git r-base r-base-dev r-base-core r-doc-html libc6-dev libssl-dev libxml2 libxml2-dev python3 python3-pip python3-dev openjdk-17-jdk librdf0-dev libcurl4-gnutls-dev
RUN apt-get install -y g++ git r-base r-base-dev r-base-core r-doc-html libc6-dev libssl-dev libxml2 libxml2-dev python3 python3-pip python3-dev openjdk-17-jdk librdf0-dev libcurl4-gnutls-dev libjq-dev

# Set Java environment variables
ENV JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64
Expand Down

0 comments on commit 2027806

Please sign in to comment.