Adding curl (some systems does not have it installed in minimal version) (#8041)

This commit is contained in:
Petr Ruzicka
2018-04-10 18:01:10 +02:00
committed by zacharysarah
parent ad5a13571e
commit 3f78a6accf
+1 -1
View File
@@ -173,7 +173,7 @@ For more information on version skews, please read our
{% capture ubuntu %}
```bash
apt-get update && apt-get install -y apt-transport-https
apt-get update && apt-get install -y apt-transport-https curl
curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add -
cat <<EOF >/etc/apt/sources.list.d/kubernetes.list
deb http://apt.kubernetes.io/ kubernetes-xenial main