mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-09-03 06:13:32 +02:00
Fix binance-trading-bot build permissions
This commit is contained in:
@@ -19,6 +19,10 @@ ARG BUILD_UPSTREAM="0.0.101"
|
|||||||
ARG BUILD_FROM
|
ARG BUILD_FROM
|
||||||
FROM $BUILD_FROM
|
FROM $BUILD_FROM
|
||||||
|
|
||||||
|
# The upstream image now defaults to an unprivileged user, while this add-on
|
||||||
|
# needs root during image customization and for its S6-managed services.
|
||||||
|
USER root
|
||||||
|
|
||||||
##################
|
##################
|
||||||
# 2 Modify Image #
|
# 2 Modify Image #
|
||||||
##################
|
##################
|
||||||
|
|||||||
Reference in New Issue
Block a user