Skip to content

Commit d869b5f

Browse files
committed
fix: Docker build
1 parent f3821aa commit d869b5f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ FROM golang:1.18.1-alpine AS builder
33
WORKDIR /src
44
COPY . .
55

6-
RUN go mod download && \
6+
RUN apk add --no-cache git && \
7+
go mod download && \
78
CGO_ENABLED=0 go build -ldflags="-s -w" -o "SignTools-Builder"

0 commit comments

Comments
 (0)