add git to builder image
Some checks failed
Build and publish the docker image / build (push) Failing after 24s
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:
parent
4aa887a806
commit
c42c288c4a
@ -2,7 +2,7 @@ FROM alpine AS builder
|
|||||||
|
|
||||||
RUN apk add boost-dev \
|
RUN apk add boost-dev \
|
||||||
openssl-dev zlib-dev \
|
openssl-dev zlib-dev \
|
||||||
make g++
|
make g++ git
|
||||||
|
|
||||||
RUN adduser -D builder
|
RUN adduser -D builder
|
||||||
USER builder
|
USER builder
|
||||||
|
Loading…
x
Reference in New Issue
Block a user