mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Update
This commit is contained in:
@@ -23,8 +23,8 @@ RUN \
|
||||
&& curl -J -L -o /tmp/joal.tar.gz \
|
||||
"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 \
|
||||
&& tar zxvf /tmp/joal.tar.gz -C /data/joal \
|
||||
&& chown -R $(id -u):$(id -g) /data/joal
|
||||
#Clean
|
||||
&& rm -fr \
|
||||
/tmp/* \
|
||||
|
||||
Reference in New Issue
Block a user