[fix]?
This commit is contained in:
parent
f6f3285030
commit
1e7dce79e7
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}
|
||||
|
||||
WORKDIR /mnt
|
||||
RUN curl $URL | tar xvz
|
||||
RUN sh -c 'curl $URL | tar xvz'
|
||||
|
||||
WORKDIR $BASE
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue