Update Dockerfile

This commit is contained in:
gigirassy
2025-11-18 01:41:47 +01:00
parent fec6b469fe
commit 29ba675613
+1 -1
View File
@@ -5,7 +5,7 @@ ARG TARGETARCH
WORKDIR /src
COPY go.mod ./
RUN apk add --no-cache ca-certificates git \
RUN apk add --no-cache ca-certificates git binutils \
&& go mod download
COPY . .