Update Dockerfile

This commit is contained in:
Alexandre
2021-01-25 12:53:07 +01:00
committed by GitHub
parent 931f97633b
commit e6eea83e70

View File

@@ -21,9 +21,9 @@ RUN \
\
#Install Joal
&& curl -J -L -o /tmp/joal.tar.gz \
"https://github.com/anthonyraymond/joal/releases/download/${BUILD_VERSION}/joal.tar.gz" \
"https://github.com/anthonyraymond/joal/releases/download/2.1.14/joal.tar.gz" \
&& mkdir -p /data/joal \
&& tar zxvf /tmp/joal.tar.gz -C /data/joal/ \
&& tar xvf /tmp/joal.tar.gz -C /data/joal/ \
&& chown -R $(id -u):$(id -g) /data/joal \
#Clean
&& rm -fr \