fix
This commit is contained in:
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user