Adding curl (some systems does not have it installed in minimal version) (#8041)
This commit is contained in:
committed by
zacharysarah
parent
ad5a13571e
commit
3f78a6accf
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user