add git
This commit is contained in:
parent
8b888adeed
commit
8a52c717dc
@ -2,7 +2,7 @@ FROM golang:1.21-alpine AS builder
|
||||
WORKDIR /build
|
||||
COPY ./ /build/
|
||||
RUN apk update && \
|
||||
apk add --no-cache ca-certificates tzdata make bash && \
|
||||
apk add --no-cache ca-certificates tzdata make bash git && \
|
||||
update-ca-certificates && \
|
||||
go version && \
|
||||
cd /build && \
|
||||
|
Loading…
Reference in New Issue
Block a user