We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75c8eb7 + e7c760e commit 0078d19Copy full SHA for 0078d19
dev/Dockerfile
@@ -2,6 +2,8 @@ FROM ghcr.io/carapace-sh/base
2
3
RUN apt-get update && apt-get install -y fish git libicu72 xonsh zsh
4
5
+RUN git config --system safe.directory '*'
6
+
7
RUN curl -L https://go.dev/dl/go1.23.4.linux-amd64.tar.gz | tar -C /usr/local -xzf -
8
ENV PATH=$PATH:/usr/local/go/bin
9
0 commit comments