Skip to content

Commit 25bea16

Browse files
committed
add safe git directory
1 parent 442ae72 commit 25bea16

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

goreleaser.Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ RUN apt-get update && apt-get install -y \
2121
build-essential \
2222
&& rm -rf /var/lib/apt/lists/*
2323

24-
#RUN git config --global --add safe.directory '*'
25-
#RUN git config --global url."https://".insteadOf git://
24+
RUN git config --global --add safe.directory '*'
2625

2726
COPY --from=installer /go/bin/goreleaser /go/bin/goreleaser
28-
ENTRYPOINT ["/go/bin/goreleaser"]
27+
ENTRYPOINT ["/go/bin/goreleaser"]

0 commit comments

Comments
 (0)