From a83aa32dd972017519afec6a81f8e677da12aa0e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 30 Jan 2023 18:10:54 +0100 Subject: Adding upstream version 0.19.0~dev. Signed-off-by: Daniel Baumann --- Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 8a4ad25..f560c44 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,4 +15,5 @@ ARG GITLINT_VERSION RUN apk add git RUN pip install gitlint==$GITLINT_VERSION +RUN git config --global --add safe.directory /repo ENTRYPOINT ["gitlint", "--target", "/repo"] -- cgit v1.2.3