Skip to content

Commit

Permalink
Add git to image
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed Feb 13, 2023
1 parent ad03183 commit 377bd9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ ARG GO_VERSION=1.19

FROM golang:${GO_VERSION}-alpine
WORKDIR /app
RUN apk add --no-cache git
COPY go.mod .
COPY go.sum .
RUN go mod download
Expand Down

0 comments on commit 377bd9c

Please sign in to comment.