mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 05:44:03 +02:00
Update Dockerfile
This commit is contained in:
@@ -4,14 +4,19 @@ ARG BUILD_UPSTREAM="2.7.2.1375"
|
|||||||
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
|
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
##################
|
################
|
||||||
# Install bashio #
|
# Install apps #
|
||||||
##################
|
################
|
||||||
apk add --no-cache \
|
apt-get update \
|
||||||
|
&& apt-get install -y --no-install-recommends \
|
||||||
jq \
|
jq \
|
||||||
curl \
|
curl \
|
||||||
cifs-utils \
|
cifs-utils \
|
||||||
|
keyutils \
|
||||||
\
|
\
|
||||||
|
##################
|
||||||
|
# Install bashio #
|
||||||
|
##################
|
||||||
&& curl -J -L -o /tmp/bashio.tar.gz \
|
&& curl -J -L -o /tmp/bashio.tar.gz \
|
||||||
"https://github.com/hassio-addons/bashio/archive/v0.13.0.tar.gz" \
|
"https://github.com/hassio-addons/bashio/archive/v0.13.0.tar.gz" \
|
||||||
&& mkdir /tmp/bashio \
|
&& mkdir /tmp/bashio \
|
||||||
|
|||||||
Reference in New Issue
Block a user