Use gocertifi instead of random ca-certs.

This commit is contained in:
Tom Wilkie
2015-10-23 16:35:41 +00:00
parent f3b66428db
commit 0288b3151b
3 changed files with 31 additions and 18 deletions
-1
View File
@@ -10,6 +10,5 @@ ADD ./weave /usr/bin/
COPY ./scope-app ./scope-probe ./runsvinit ./entrypoint.sh /home/weave/
COPY ./run-app /etc/service/app/run
COPY ./run-probe /etc/service/probe/run
COPY ./ca-certificates.crt /etc/ssl/certs/
EXPOSE 4040
ENTRYPOINT ["/home/weave/entrypoint.sh"]