Skip to content

Commit

Permalink
ci(others): fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
a-wing committed Apr 5, 2022
1 parent 8ddd44d commit bed83aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ FROM golang:1.18-alpine as builder

WORKDIR /src

RUN apk add --no-cache git

COPY . .

RUN go build ./cmd/lightcable
Expand Down

0 comments on commit bed83aa

Please sign in to comment.