We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0230155 commit e841ecdCopy full SHA for e841ecd
Dockerfile
@@ -6,6 +6,7 @@ ENV CGO_ENABLED=0
6
ENV GO_EXTRA_BUILD_ARGS="-a -installsuffix cgo"
7
8
RUN apk add --no-cache ca-certificates tzdata make git bash protobuf
9
+RUN git config --global --add safe.directory $PROJECT_PATH
10
11
RUN mkdir -p $PROJECT_PATH
12
COPY . $PROJECT_PATH
Dockerfile-devel
@@ -8,6 +8,7 @@ ENV GO_EXTRA_BUILD_ARGS="-a -installsuffix cgo"
RUN apk add --no-cache ca-certificates tzdata make git bash protobuf rpm redis
RUN git clone https://github.com/protocolbuffers/protobuf.git /protobuf
13
14
0 commit comments