mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-24 23:10:32 +02:00
Update Dockerfile
This commit is contained in:
@@ -4,7 +4,8 @@ ARG BUILD_VERSION
|
|||||||
FROM ${BUILD_FROM}${BUILD_VERSION}
|
FROM ${BUILD_FROM}${BUILD_VERSION}
|
||||||
|
|
||||||
# Add bashio
|
# Add bashio
|
||||||
RUN apk add --no-cache \
|
RUN apt-get update \
|
||||||
|
&& apt-get install -y --no-install-recommends \
|
||||||
curl \
|
curl \
|
||||||
jq \
|
jq \
|
||||||
&& curl -J -L -o /tmp/bashio.tar.gz \
|
&& curl -J -L -o /tmp/bashio.tar.gz \
|
||||||
|
|||||||
Reference in New Issue
Block a user