This commit is contained in:
Pavel 2023-10-13 15:27:01 +03:00
parent 8b888adeed
commit 8a52c717dc

View File

@ -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 && \