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:
@@ -1,7 +1,7 @@
|
|||||||
FROM google/debian:wheezy
|
FROM google/debian:wheezy
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get -yy -q install iptables
|
RUN apt-get -yy -q install iptables ca-certificates
|
||||||
COPY hyperkube /hyperkube
|
COPY hyperkube /hyperkube
|
||||||
RUN chmod a+rx /hyperkube
|
RUN chmod a+rx /hyperkube
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user