From 763f42f68466742ac1dd9950730c01f821db5186 Mon Sep 17 00:00:00 2001 From: Gapodo Date: Thu, 8 Dec 2022 02:25:55 +0100 Subject: [PATCH] z --- Dockerfile.ci | 1 + 1 file changed, 1 insertion(+) 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" && \