This commit is contained in:
Alexandre
2021-05-13 08:13:29 +02:00
committed by GitHub
parent 1283450020
commit fdae2460ef

View File

@@ -7,6 +7,8 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ARG BUILD_VERSION ARG BUILD_VERSION
ARG BUILD_UPSTREAM="2.1.24" ARG BUILD_UPSTREAM="2.1.24"
VOLUME [ "/data" ]
RUN \ RUN \
#Install bashio #Install bashio
apt-get update \ apt-get update \
@@ -26,11 +28,11 @@ RUN \
&& ln -s /usr/lib/bashio/bashio /usr/bin/bashio \ && ln -s /usr/lib/bashio/bashio /usr/bin/bashio \
\ \
#Install Joal #Install Joal
# && 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 \
# && rm /data/joal/jack-of* \ && rm /data/joal/jack-of* \
#Clean #Clean
&& rm -fr \ && rm -fr \
/tmp/* \ /tmp/* \