This commit is contained in:
Alexandre
2021-01-25 13:37:34 +01:00
committed by GitHub
parent 1b88042acf
commit 1bd95c8733

View File

@@ -24,7 +24,7 @@ RUN \
"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 \
&& chown -R $(id -u):$(id -g) /data/joal
&& chown -R $(id -u):$(id -g) /data/joal \
#Clean
&& rm -fr \
/tmp/* \