Skip to content

Commit

Permalink
Merge pull request #824 from DimaGolomozy/patch-1
Browse files Browse the repository at this point in the history
add git & ssh
  • Loading branch information
LandonTClipp authored Oct 14, 2024
2 parents 0d1b1a2 + f55598e commit 4d3bfa7
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
@@ -1,6 +1,6 @@
FROM golang:1.23-alpine as builder

RUN apk --update add --no-cache gcc musl-dev
RUN apk --update add --no-cache gcc musl-dev git openssh

COPY mockery /usr/local/bin

Expand Down

0 comments on commit 4d3bfa7

Please sign in to comment.