Skip to content

Commit 71a16a6

Browse files
committed
Fix docker certificates
1 parent 10ae10d commit 71a16a6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
FROM alpine:3.6 as alpine
2+
RUN apk add -U --no-cache ca-certificates
3+
14
FROM scratch
5+
COPY --from=alpine /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
26
ENTRYPOINT ["/animeman"]
37
COPY animeman /

0 commit comments

Comments
 (0)