We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a201b96 commit afc7c60Copy full SHA for afc7c60
Dockerfile
@@ -1,5 +1,10 @@
1
+FROM alpine as certs
2
+RUN apk update && apk add ca-certificates && update-ca-certificates
3
+
4
FROM busybox:glibc
5
6
+COPY --from=certs /etc/ssl/certs /etc/ssl/certs
7
8
COPY docker-sync /
9
COPY entrypoint.sh /
10
0 commit comments