From 491f3cc447ca8cd5198a60f8d7218a55d6f4c46b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=9F=E5=AE=81?= Date: Tue, 13 May 2025 11:27:21 +0000 Subject: [PATCH] update Dockerfile.rootless. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 孟宁 --- Dockerfile.rootless | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.rootless b/Dockerfile.rootless index 0ab63205a6..36e6422716 100644 --- a/Dockerfile.rootless +++ b/Dockerfile.rootless @@ -35,7 +35,7 @@ ENV GITEA_I_AM_BEING_UNSAFE_RUNNING_AS_ROOT=1 RUN if [ -n "${GITEA_VERSION}" ]; then \ git checkout "${GITEA_VERSION}"; \ fi \ - && make clean-all build \ + && make clean-all test build \ && echo "-------------------" \ && echo " BUILD SUCCESS" \ && echo "-------------------"