mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-08 03:33:56 +00:00
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:
commit
1b17a32d87
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user