Update Dockerfile

This commit is contained in:
Alexandre
2021-05-13 08:55:36 +02:00
committed by GitHub
parent 45792a74a9
commit c59e884dc4

View File

@@ -29,7 +29,6 @@ RUN \
&& wget -O /tmp/joal.tar.gz "https://github.com/anthonyraymond/joal/releases/download/$BUILD_UPSTREAM/joal.tar.gz" \
&& mkdir -p /data/joal \
&& tar zxvf /tmp/joal.tar.gz -C /data/joal \
&& chown -R $(id -u):$(id -g) /data/joal \
&& rm /data/joal/jack-of* \
#Clean
&& rm -fr \