Update Dockerfile

This commit is contained in:
Alexandre
2021-01-25 12:45:23 +01:00
committed by GitHub
parent 88e5779790
commit 5e8f197d76

View File

@@ -20,11 +20,11 @@ RUN \
&& ln -s /usr/lib/bashio/bashio /usr/bin/bashio \
\
#Install Joal
# && curl -J -L -o /tmp/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 \
&& curl -J -L -o /tmp/joal.tar.gz \
"https://github.com/anthonyraymond/joal/releases/download/2.1.24/joal.tar.gz" \
&& mkdir -p /data/joal \
&& tar zxvf /tmp/joal.tar.gz -C /data/joal/ \
&& chown -R $(id -u):$(id -g) /data/joal \
#Clean
&& rm -fr \
/tmp/* \