diff --git a/delivery.yaml b/delivery.yaml index 8c28cf7f3..66bc3ca6e 100644 --- a/delivery.yaml +++ b/delivery.yaml @@ -11,7 +11,7 @@ pipeline: apt-get update - desc: 'Install required build software' cmd: | - apt-get install -y make git apt-transport-https ca-certificates curl build-essential + apt-get install -y make git apt-transport-https ca-certificates curl build-essential python3 python3-pip - desc: 'Install go' cmd: | cd /tmp