diff --git a/Dockerfile.ci b/Dockerfile.ci index dc3243e553..fe748aa831 100644 --- a/Dockerfile.ci +++ b/Dockerfile.ci @@ -52,6 +52,7 @@ RUN test -n "$CI_COMMIT_SHA" || (echo "CI_COMMIT_SHA is required but not set" >& cd / && \ echo "Copying future root addons" && \ cp -a "/build/docker/root/." "${DR}/" && \ + ls -la "${DR}/*" && \ echo "Fixing permissions" && \ chmod 755 "${DR}/usr/bin/entrypoint" "${DR}/usr/local/bin/gitea" "${DR}/etc/s6/gitea/*" "${DR}/etc/s6/openssh/*" "${DR}/etc/s6/.s6-svscan/*" && \ echo "removing git repo" && \