Skip to content

Commit

Permalink
Merge pull request #13 from zazukoians/fix-jena-tools
Browse files Browse the repository at this point in the history
Include missing Apache Jena tools
  • Loading branch information
ludovicm67 authored Jan 30, 2024
2 parents 09d5181 + 55a9066 commit ae9f42a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/spotty-tips-yell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"docker-node-java-jena": patch
---

Add missing Apache Jena tools
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN curl -fsSL https://deb.nodesource.com/gpgkey/nodesource.gpg.key | gpg --dear
RUN npm install -g barnard59

# install Apache Jena tools
RUN curl -fsSL "https://dlcdn.apache.org/jena/binaries/apache-jena-fuseki-${JENA_VERSION}.tar.gz" | tar zxf - \
RUN curl -fsSL "https://dlcdn.apache.org/jena/binaries/apache-jena-${JENA_VERSION}.tar.gz" | tar zxf - \
&& mv apache-jena* /jena \
&& rm -f jena.tar.gz* \
&& cd /jena && rm -rf *javadoc* *src* bat
Expand Down

0 comments on commit ae9f42a

Please sign in to comment.