mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 04:44:05 +02:00
Update Dockerfile
This commit is contained in:
@@ -26,8 +26,8 @@ RUN \
|
|||||||
&& ln -s /usr/lib/bashio/bashio /usr/bin/bashio \
|
&& ln -s /usr/lib/bashio/bashio /usr/bin/bashio \
|
||||||
\
|
\
|
||||||
#Install Joal
|
#Install Joal
|
||||||
# && curl -s -L -o /tmp/joal.tar.gz "https://github.com/anthonyraymond/joal/releases/download/2.1.24/joal.tar.gz" \
|
&& curl -s -L -o /tmp/joal.tar.gz "https://github.com/anthonyraymond/joal/releases/download/2.1.24/joal.tar.gz" \
|
||||||
&& wget -O /tmp/joal.tar.gz "https://github.com/anthonyraymond/joal/releases/download/$BUILD_UPSTREAM/joal.tar.gz" \
|
# && wget -O /tmp/joal.tar.gz "https://github.com/anthonyraymond/joal/releases/download/$BUILD_UPSTREAM/joal.tar.gz" \
|
||||||
&& mkdir -p /data/joal \
|
&& mkdir -p /data/joal \
|
||||||
&& tar zxvf /tmp/joal.tar.gz -C /data/joal \
|
&& tar zxvf /tmp/joal.tar.gz -C /data/joal \
|
||||||
&& chown -R $(id -u):$(id -g) /data/joal \
|
&& chown -R $(id -u):$(id -g) /data/joal \
|
||||||
|
|||||||
Reference in New Issue
Block a user