Update Dockerfile

This commit is contained in:
Alexandre
2021-01-25 12:28:39 +01:00
committed by GitHub
parent e4deb0eeba
commit ca335ce4e5

View File

@@ -21,7 +21,7 @@ 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.24/joal.tar.gz" \
&& mkdir -p /joal \
&& tar zxvf /tmp/joal.tar.gz -C /joal/ \
&& chown -R $(id -u):$(id -g) /joal \