Update Dockerfile

This commit is contained in:
Alexandre
2021-07-14 08:22:44 +02:00
committed by GitHub
parent 8022895348
commit c72f739d1b

View File

@@ -4,14 +4,19 @@ ARG BUILD_UPSTREAM="2.7.2.1375"
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
RUN \
##################
# Install bashio #
##################
apk add --no-cache \
################
# Install apps #
################
apt-get update \
&& apt-get install -y --no-install-recommends \
jq \
curl \
cifs-utils \
keyutils \
\
##################
# Install bashio #
##################
&& curl -J -L -o /tmp/bashio.tar.gz \
"https://github.com/hassio-addons/bashio/archive/v0.13.0.tar.gz" \
&& mkdir /tmp/bashio \