add ca certs to gvisor image

pull/6698/head
Sharif Elgamal 2020-02-19 15:49:56 -08:00
parent 14af1fc14a
commit 3a59eb6383
1 changed files with 1 additions and 0 deletions

View File

@ -14,5 +14,6 @@
# Need an image with chroot
FROM alpine:3
RUN apk -U add ca-certificates
COPY out/gvisor-addon /gvisor-addon
CMD ["/gvisor-addon"]