mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-26 14:36:28 +01:00
Update Dockerfile
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
ARG BUILD_FROM
|
||||
FROM $BUILD_FROM
|
||||
|
||||
RUN mkdir -p /joal \
|
||||
RUN mkdir -p /tmp/resources \
|
||||
&& curl -L -s \
|
||||
"https://github.com/anthonyraymond/joal/releases/download/2.1.24/joal.tar.gz" \
|
||||
| tar zxvf - -C /joal \
|
||||
&& chown -R $(id -u):$(id -g) /joal \
|
||||
| tar zxvf - -C /tmp/resources \
|
||||
&& chown -R $(id -u):$(id -g) /tmp/resources \
|
||||
&& rm -fr \
|
||||
/tmp/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user