From fc425cbf0245dc30d0885375652a252636454c88 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Tue, 14 Mar 2023 16:29:24 +0800 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index c826e93..465f671 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,8 +36,6 @@ RUN curl -SL https://github.com/git/git/archive/v${GIT_VERSION}.tar.gz \ && golangci-lint --version USER gitea - -RUN git config --global --add safe.directory /drone/src && \ - git config --global --add safe.directory '*' - -USER root \ No newline at end of file +RUN git config --global --add safe.directory '*' +USER root +RUN git config --global --add safe.directory '*' \ No newline at end of file