Update code version

This commit is contained in:
Alexandre
2021-06-21 21:22:00 +02:00
committed by GitHub
parent e9066719fa
commit 95ee1aa3f9

View File

@@ -5,10 +5,20 @@ FROM ${BUILD_FROM}${BUILD_UPSTREAM}
ARG BASHIO_VERSION=0.13.0
RUN \
################
# Install apps #
################
apt-get update \
&& apt-get install -y \
jq \
curl \
cifs-utils \
keyutils \
\
##################
# Install bashio #
##################
mkdir -p /tmp/bashio \
&& mkdir -p /tmp/bashio \
&& curl -L -f -s "https://github.com/hassio-addons/bashio/archive/v${BASHIO_VERSION}.tar.gz" \
| tar -xzf - --strip 1 -C /tmp/bashio \
&& mv /tmp/bashio/lib /usr/lib/bashio \