Skip to content

Commit

Permalink
Merge pull request #4 from xmtp-labs/add-git-to-image
Browse files Browse the repository at this point in the history
Add git to image
  • Loading branch information
neekolas committed Feb 13, 2023
2 parents ad03183 + 377bd9c commit f8ac7d4
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 f8ac7d4

Please sign in to comment.