mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 18:01:03 +01:00
Update Dockerfile
This commit is contained in:
@@ -39,6 +39,8 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
|
||||
# Add rootfs
|
||||
COPY rootfs/ /
|
||||
|
||||
USER root
|
||||
|
||||
# Uses /bin for compatibility purposes
|
||||
# hadolint ignore=DL4005
|
||||
RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \
|
||||
|
||||
Reference in New Issue
Block a user