Update Dockerfile

This commit is contained in:
Alexandre
2024-03-18 08:14:28 +01:00
committed by GitHub
parent 817147f7cc
commit 2676a5239c

View File

@@ -64,6 +64,7 @@ RUN \
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