Skip to content

Commit 130b25c

Browse files
committed
Execute ammonite with java
This was recommended by @gouttegd to solve the multiarch build. The question is, should this go on master as well?
1 parent 489b986 commit 130b25c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/odklite/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ RUN wget -nv https://github.com/owlcollab/owltools/releases/download/$OWLTOOLS_V
6868
RUN wget -nv https://github.com/lihaoyi/Ammonite/releases/download/$AMMONITE_VERSION/2.13-$AMMONITE_VERSION \
6969
-O /tools/amm && \
7070
chmod 755 /tools/amm && \
71-
/tools/amm /dev/null
71+
java -cp /tools/amm ammonite.AmmoniteMain /dev/null
7272

7373
# Install RDF/XML validation script
7474
COPY scripts/check-rdfxml.sh /tools/check-rdfxml

0 commit comments

Comments
 (0)