This commit is contained in:
Alexandre
2021-01-25 23:00:36 +01:00
committed by GitHub
parent 13c9df08a5
commit ba667365e3

View File

@@ -24,8 +24,7 @@ RUN \
&& ln -s /usr/lib/bashio/bashio /usr/bin/bashio \
\
#Install Joal
&& download="https://github.com/anthonyraymond/joal/releases/download/${BUILD_VERSION}/joal.tar.gz" \
&& curl -J -L -o /tmp/joal.tar.gz $download \
&& curl -s -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 \