diff --git a/Containerfile.dev b/Containerfile.dev index 541fa7b..2a7168c 100644 --- a/Containerfile.dev +++ b/Containerfile.dev @@ -22,7 +22,9 @@ FROM docker.io/golang:1.23.0-alpine3.19 RUN apk add --no-cache \ bash git perl-utils zip \ && \ - echo "alias gask='go run tasks.go'" >~/.bashrc + echo "alias gask='go run tasks.go'" >~/.bashrc \ + && \ + git config --global --add safe.directory /ghasum WORKDIR /ghasum COPY go.mod go.sum ./