Skip to content

Commit bed83aa

Browse files
committed
ci(others): fix Dockerfile
1 parent 8ddd44d commit bed83aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ FROM golang:1.18-alpine as builder
22

33
WORKDIR /src
44

5+
RUN apk add --no-cache git
6+
57
COPY . .
68

79
RUN go build ./cmd/lightcable

0 commit comments

Comments
 (0)