[fix]
This commit is contained in:
parent
e1a50d4b9a
commit
95017b477a
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ ENV URL=https://archive.apache.org/dist/jena/binaries/apache-jena-fuseki-${VERSI
|
||||||
ENV BASE=/mnt/apache-jena-fuseki-${VERSION}
|
ENV BASE=/mnt/apache-jena-fuseki-${VERSION}
|
||||||
|
|
||||||
WORKDIR /mnt
|
WORKDIR /mnt
|
||||||
RUN sh -c 'curl -L $URL | tar xv'
|
RUN mkdir -p ${BASE} && curl -L ${URL} | tar zxv -C ${BASE} --strip-components 1
|
||||||
|
|
||||||
WORKDIR $BASE
|
WORKDIR $BASE
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue