mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-04-11 10:07:22 +02:00
Lint
This commit is contained in:
@@ -94,6 +94,7 @@ RUN if [ -d /app ]; then chown -R nginx /app; fi
|
||||
COPY rootfs/ /
|
||||
|
||||
# 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 && \
|
||||
if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user