diff --git a/Dockerfile.ci b/Dockerfile.ci index fe748aa831..02b48de9bf 100644 --- a/Dockerfile.ci +++ b/Dockerfile.ci @@ -51,6 +51,7 @@ RUN test -n "$CI_COMMIT_SHA" || (echo "CI_COMMIT_SHA is required but not set" >& CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -o "${OUT}/linux/arm64/$ENV2INI" "${GOFILE}" && \ cd / && \ echo "Copying future root addons" && \ + ls -la "/build/docker/root/*" && \ cp -a "/build/docker/root/." "${DR}/" && \ ls -la "${DR}/*" && \ echo "Fixing permissions" && \