Merge pull request #6698 from sharifelgamal/gvisor-3

add ca certs to gvisor image
pull/6699/head
Medya Ghazizadeh 2020-02-19 15:53:19 -08:00 committed by GitHub
commit 6bda2f0233
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"]