add pyb to clojure image
This commit is contained in:
parent
4efddcc104
commit
9ffbba0765
1 changed files with 5 additions and 0 deletions
|
@ -36,6 +36,11 @@ function main() {
|
||||||
#install lein
|
#install lein
|
||||||
/tmp/lein.sh
|
/tmp/lein.sh
|
||||||
|
|
||||||
|
#install pyb
|
||||||
|
apt -qqy install python3 python3-pip git;
|
||||||
|
python3 -m pip install -U pip;
|
||||||
|
pip3 install pybuilder ddadevops deprecation dda-python-terraform boto3 pyyaml inflection;
|
||||||
|
|
||||||
cleanupDocker
|
cleanupDocker
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue