mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-08 05:21:51 +00:00
Update iobroker to prebuild images
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
FROM buanet/iobroker:v5.1.0
|
||||
ARG BUILD_FROM=buanet/iobroker:v5.1.0
|
||||
FROM ${BUILD_FROM}
|
||||
|
||||
# copy over the patched iobroker_startup.sh
|
||||
COPY iobroker_startup.sh /opt/scripts/iobroker_startup.sh
|
||||
RUN chmod a+x /opt/scripts/iobroker_startup.sh
|
||||
|
||||
Reference in New Issue
Block a user