try to fix error in docker build

This commit is contained in:
baldarn
2024-04-29 14:41:23 +02:00
parent ed0d50bc10
commit 763abba934

View File

@@ -34,7 +34,7 @@ USER root
##################
# Copy local files
COPY rootfs/ /
# COPY rootfs/ /
# Uses /bin for compatibility purposes
# hadolint ignore=DL4005