Skip to content

Commit

Permalink
Install git
Browse files Browse the repository at this point in the history
  • Loading branch information
markusthoemmes committed Jul 31, 2024
1 parent e5f2d84 commit fb00d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ COPY go.mod go.sum ./
RUN go mod download && go mod verify

COPY . .
RUN git rev-parse HEAD
RUN apk add git && git rev-parse HEAD
RUN go build -o /usr/local/bin/deploy ./deploy && \
go build -o /usr/local/bin/delete ./delete

0 comments on commit fb00d03

Please sign in to comment.