Skip to content

Commit

Permalink
Remove system level dependencies to install, unexpected conflicts due…
Browse files Browse the repository at this point in the history
… to unavailable/not installable dependencies
  • Loading branch information
doulikecookiedough committed Dec 17, 2024
1 parent 82ed3ae commit 9812aaa
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 @@ -26,7 +26,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 libcurl4-openssl-dev librdf0-dev libjq-dev python3 python3-pip python3-dev openjdk-17-jdk
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 libcurl4-openssl-dev python3 python3-pip python3-dev openjdk-17-jdk

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

0 comments on commit 9812aaa

Please sign in to comment.