From 2e2b9bcb60719b2ba33e13e4699e022c14792a6c Mon Sep 17 00:00:00 2001 From: Dima Golomozy Date: Sun, 13 Oct 2024 16:55:58 +0300 Subject: [PATCH 1/2] add git --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ee64734b..4010a4fb 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 COPY mockery /usr/local/bin From f55598efff8f99d92ab9025d09b2109aa8770f6c Mon Sep 17 00:00:00 2001 From: Dima Golomozy Date: Sun, 13 Oct 2024 17:12:43 +0300 Subject: [PATCH 2/2] add ssh --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4010a4fb..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 git +RUN apk --update add --no-cache gcc musl-dev git openssh COPY mockery /usr/local/bin