install python3

This commit is contained in:
Sergey Dudoladov 2019-04-25 17:38:10 +02:00
parent dda9466109
commit 744328917a
1 changed files with 1 additions and 1 deletions

View File

@ -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