We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d94e49 commit 7ab0bb0Copy full SHA for 7ab0bb0
Dockerfile
@@ -20,6 +20,8 @@ RUN set -x \
20
&& go version \
21
&& CGO_ENABLED=0 go build -trimpath -ldflags "$LDFLAGS" -o /src/cdn-uncompress cmd/*.go
22
23
+RUN apk add -U --no-cache ca-certificates
24
+
25
##################################### Compression #####################################
26
27
FROM hatamiarash7/upx:latest as upx
@@ -48,4 +50,6 @@ LABEL \
48
50
49
51
COPY --from=upx /cdn /cdn
52
53
+COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
54
55
ENTRYPOINT ["/cdn"]
0 commit comments