Skip to content

Commit 9cf5ed1

Browse files
authored
Update Dockerfile
1 parent 6141773 commit 9cf5ed1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ WORKDIR /home/
1717
FROM scratch
1818

1919
COPY --from=builder /etc_passwd /etc/passwd
20+
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
2021
COPY --from=builder /go/src/github.com/abutaha/aws-es-proxy/aws-es-proxy /aws-es-proxy
2122

2223
ENV PORT_NUM 9200

0 commit comments

Comments
 (0)