Update Dockerfile

This commit is contained in:
Alexandre
2021-07-03 09:19:41 +02:00
committed by GitHub
parent a3781a05f3
commit ea9a32b467

View File

@@ -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 #