diff --git a/Dockerfile b/Dockerfile index ee64734b..42f372d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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