We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c634fbd commit f4ea0e0Copy full SHA for f4ea0e0
1 file changed
Dockerfile
@@ -20,9 +20,6 @@ FROM golang:1.24.11-trixie AS go-builder
20
21
WORKDIR /app
22
23
-# Install git (needed for some Go modules)
24
-RUN apk add --no-cache git
25
-
26
# Copy go mod files
27
COPY go.mod ./
28
COPY go.sum* ./
@@ -41,9 +38,6 @@ FROM gcr.io/distroless/static-debian13
41
38
42
39
43
40
44
-# Install ca-certificates for HTTPS
45
-RUN apk --no-cache add ca-certificates
46
47
# Copy Go binary from builder
48
COPY --from=go-builder /app/xivstrings .
49
0 commit comments