Skip to content

Commit

Permalink
Execute ammonite with java
Browse files Browse the repository at this point in the history
This was recommended by @gouttegd to solve the multiarch build. The question is, should this go on master as well?
  • Loading branch information
matentzn committed Sep 2, 2023
1 parent 489b986 commit 130b25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/odklite/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN wget -nv https://github.com/owlcollab/owltools/releases/download/$OWLTOOLS_V
RUN wget -nv https://github.com/lihaoyi/Ammonite/releases/download/$AMMONITE_VERSION/2.13-$AMMONITE_VERSION \
-O /tools/amm && \
chmod 755 /tools/amm && \
/tools/amm /dev/null
java -cp /tools/amm ammonite.AmmoniteMain /dev/null

# Install RDF/XML validation script
COPY scripts/check-rdfxml.sh /tools/check-rdfxml
Expand Down

0 comments on commit 130b25c

Please sign in to comment.