add git to builder image
Some checks failed
Build and publish the docker image / build (push) Failing after 24s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn 2025-04-08 04:55:19 +03:00
parent 4aa887a806
commit c42c288c4a
Signed by: ngn
GPG Key ID: A3654DF5AD9F641D

View File

@ -2,7 +2,7 @@ FROM alpine AS builder
RUN apk add boost-dev \
openssl-dev zlib-dev \
make g++
make g++ git
RUN adduser -D builder
USER builder