This commit is contained in:
Alexandre
2024-03-17 09:56:21 +01:00
parent aeacfa4456
commit 80ab9db6b9
88 changed files with 89 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ RUN cp -vnpr /home/xteve* /data || true
COPY rootfs/ /
# Uses /bin for compatibility purposes
# hadolint ignore=SC2114
RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then if [ -d /bin ]; then cp -rn /bin/* /usr/bin/ && rm -r /bin; fi; ln -s /usr/bin /bin; fi
# Modules