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
|
||||
/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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue