Update Dockerfile

This commit is contained in:
Alexandre
2021-02-06 12:23:57 +01:00
committed by GitHub
parent 4e3c587ca7
commit 9c202e1906

View File

@@ -4,7 +4,8 @@ ARG BUILD_VERSION
FROM ${BUILD_FROM}${BUILD_VERSION}
# Add bashio
RUN apk add --no-cache \
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
curl \
jq \
&& curl -J -L -o /tmp/bashio.tar.gz \