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:
@@ -5,15 +5,20 @@ FROM ${BUILD_FROM}${BUILD_UPSTREAM}
|
|||||||
ARG BASHIO_VERSION=0.13.0
|
ARG BASHIO_VERSION=0.13.0
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
################
|
###############################
|
||||||
# Install apps #
|
# Install apps test both dist #
|
||||||
################
|
###############################
|
||||||
apt-get update \
|
apt-get update \
|
||||||
&& apt-get install -y \
|
&& apt-get install -y \
|
||||||
jq \
|
jq \
|
||||||
curl \
|
curl \
|
||||||
cifs-utils \
|
cifs-utils \
|
||||||
keyutils \
|
keyutils \
|
||||||
|
|| apk add --no-cache \
|
||||||
|
jq \
|
||||||
|
curl \
|
||||||
|
cifs-utils \
|
||||||
|
keyutils \
|
||||||
\
|
\
|
||||||
##################
|
##################
|
||||||
# Install bashio #
|
# Install bashio #
|
||||||
|
|||||||
Reference in New Issue
Block a user