We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 489b986 commit 130b25cCopy full SHA for 130b25c
docker/odklite/Dockerfile
@@ -68,7 +68,7 @@ RUN wget -nv https://github.com/owlcollab/owltools/releases/download/$OWLTOOLS_V
68
RUN wget -nv https://github.com/lihaoyi/Ammonite/releases/download/$AMMONITE_VERSION/2.13-$AMMONITE_VERSION \
69
-O /tools/amm && \
70
chmod 755 /tools/amm && \
71
- /tools/amm /dev/null
+ java -cp /tools/amm ammonite.AmmoniteMain /dev/null
72
73
# Install RDF/XML validation script
74
COPY scripts/check-rdfxml.sh /tools/check-rdfxml
0 commit comments