This commit is contained in:
Andy Bunce 2021-11-02 22:33:24 +00:00
parent 1e7dce79e7
commit 8a61a06f68

View file

@ -10,7 +10,7 @@ ENV URL=https://archive.apache.org/dist/jena/binaries/apache-jena-fuseki-${VERSI
ENV BASE=/mnt/apache-jena-fuseki-${VERSION}
WORKDIR /mnt
RUN sh -c 'curl $URL | tar xvz'
RUN sh -c 'curl $URL | tar xvz -'
WORKDIR $BASE