Copy the Mozilla CA cert store to the docker image

This commit is contained in:
Nicolae Vlădescu 2019-03-04 09:25:16 +02:00
parent ab6ada9081
commit 35ce88f2dc
No known key found for this signature in database
GPG key ID: 3F5C6EC3C3EF588D

View file

@ -1,4 +1,6 @@
FROM BASEIMAGE
RUN mkdir -vp /etc/ssl
COPY adapter /
COPY cacert.pem /etc/ssl/ca-bundle.pem
USER 1001:1001
ENTRYPOINT ["/adapter"]