Skip to content

Commit 3f6112a

Browse files
authored
fix: docker image (#418)
1 parent 2375144 commit 3f6112a

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,8 +1,12 @@
1+
FROM alpine AS certs
2+
RUN apk update && apk add ca-certificates
3+
14
FROM busybox:stable-musl
25

36
ARG TARGETOS
47
ARG TARGETARCH
58

9+
COPY --from=certs /etc/ssl/certs /etc/ssl/certs
610
COPY ./script/entrypoint.sh /entrypoint.sh
711
RUN chmod +x /entrypoint.sh
812

0 commit comments

Comments
 (0)