Skip to content

Commit 0078d19

Browse files
authored
Merge pull request #9 from carapace-sh/git-safedir
dev: git safe.directory
2 parents 75c8eb7 + e7c760e commit 0078d19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ FROM ghcr.io/carapace-sh/base
22

33
RUN apt-get update && apt-get install -y fish git libicu72 xonsh zsh
44

5+
RUN git config --system safe.directory '*'
6+
57
RUN curl -L https://go.dev/dl/go1.23.4.linux-amd64.tar.gz | tar -C /usr/local -xzf -
68
ENV PATH=$PATH:/usr/local/go/bin
79

0 commit comments

Comments
 (0)