Update Dockerfile

This commit is contained in:
Alexandre
2021-01-25 11:29:29 +01:00
committed by GitHub
parent 44e7fd5b52
commit 49f52d42c6

View File

@@ -24,7 +24,7 @@ RUN apt-get update \
RUN mkdir -p /joal \
&& curl -L -s \
"https://github.com/anthonyraymond/joal/releases/download/${BUILD_VERSION}/joal.tar.gz" \
| tar zxvf - -C /joal \
| tar zxvf - -C /joal/ \
&& chown -R $(id -u):$(id -g) /joal
#Clean