mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-06 15:45:56 +02:00
Update Dockerfile
This commit is contained in:
@@ -6,9 +6,10 @@ FROM ${BUILD_FROM}${BUILD_VERSION}
|
|||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
chmod 777 /run.sh
|
chmod 777 /run.sh \
|
||||||
|
\
|
||||||
# Install bashio
|
# Install bashio
|
||||||
apk add --no-cache \
|
&& apk add --no-cache \
|
||||||
jq \
|
jq \
|
||||||
curl \
|
curl \
|
||||||
cifs-utils \
|
cifs-utils \
|
||||||
|
|||||||
Reference in New Issue
Block a user