Merge pull request #7755 from viklas/master

FIX: Issue #7750 - Hyperkube docker image needs certificates to connect to cloud-providers
This commit is contained in:
Brendan Burns 2015-05-05 09:46:41 -07:00
commit 1b17a32d87

View File

@ -1,7 +1,7 @@
FROM google/debian:wheezy
RUN apt-get update
RUN apt-get -yy -q install iptables
RUN apt-get -yy -q install iptables ca-certificates
COPY hyperkube /hyperkube
RUN chmod a+rx /hyperkube