mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-27 15:11:20 +01:00
Update Dockerfile
This commit is contained in:
@@ -7,8 +7,6 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
ARG BUILD_VERSION
|
||||
ARG BUILD_UPSTREAM="2.1.24"
|
||||
|
||||
VOLUME [ "/data" ]
|
||||
|
||||
RUN \
|
||||
#Install bashio
|
||||
apt-get update \
|
||||
@@ -39,6 +37,8 @@ RUN \
|
||||
/var/{cache,log}/* \
|
||||
/var/lib/apt/lists/*
|
||||
|
||||
VOLUME [ "/data" ]
|
||||
|
||||
# Copy root filesystem
|
||||
COPY rootfs /
|
||||
RUN chmod 777 /run.sh
|
||||
|
||||
Reference in New Issue
Block a user