Skip to content

Commit

Permalink
fix(api): add git to docker to get version
Browse files Browse the repository at this point in the history
  • Loading branch information
kostaspt committed Jun 13, 2021
1 parent 865d0c3 commit f992fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL org.opencontainers.image.source="https://github.com/kostaspt/domane"
WORKDIR /go/src/app

# Install system dependencies
RUN apk add --no-cache make
RUN apk add --no-cache make git

# Install dependencies
COPY go.mod go.sum ./
Expand Down

0 comments on commit f992fe6

Please sign in to comment.