This commit is contained in:
2022-07-19 00:02:06 +02:00
parent ead01fdc6c
commit 303676f275

View File

@@ -41,18 +41,18 @@ USER root
RUN \
set -o pipefail && \
apk add --no-cache --virtual .build-dependencies \
tar=1.34-r0 \
xz=5.2.5-r1 && \
tar \
xz && \
apk add --no-cache \
libcrypto1.1=1.1.1o-r0 \
libssl1.1=1.1.1o-r0 \
musl-utils=1.2.3-r0 \
musl=1.2.3-r0 && \
apk add --no-cache \
bash=5.1.16-r2 \
curl=7.83.1-r1 \
jq=1.6-r1 \
tzdata=2022a-r0 && \
bash \
curl \
jq \
tzdata && \
curl -J -L -o /tmp/bashio.tar.gz \
"https://github.com/hassio-addons/bashio/archive/${BASHIO_VERSION}.tar.gz" && \
mkdir /tmp/bashio && \