mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-08-11 15:42:29 +02:00
Fix bash compatibility symlink
This commit is contained in:
@@ -48,7 +48,7 @@ RUN find . -type f \( -name "*.sh" -o -name "run" -o -name "finish" \) -print -e
|
|||||||
# Uses /bin for compatibility purposes
|
# Uses /bin for compatibility purposes
|
||||||
# hadolint ignore=DL4005
|
# hadolint ignore=DL4005
|
||||||
RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \
|
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/sh /bin/bash; fi
|
if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi
|
||||||
|
|
||||||
# Install Claude Desktop, Claude Code, browser-terminal tooling, and Python tooling
|
# Install Claude Desktop, Claude Code, browser-terminal tooling, and Python tooling
|
||||||
RUN install -d -m 0755 /etc/apt/keyrings && \
|
RUN install -d -m 0755 /etc/apt/keyrings && \
|
||||||
|
|||||||
Reference in New Issue
Block a user