Skip to content

Commit 9dd098f

Browse files
committed
Adding missing ca certificates
1 parent e257e3c commit 9dd098f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Dockerfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
FROM alpine:3.16.2 as builder
2+
RUN apk --no-cache add ca-certificates
3+
14
FROM scratch
2-
ENTRYPOINT ["/hover-ddns" "--config" "/hover-ddns.yaml"]
5+
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
36
COPY hover-ddns /
7+
8+
ENTRYPOINT ["/hover-ddns" "--config" "/hover-ddns.yaml"]

0 commit comments

Comments
 (0)