add pyb to clojure image

pull/1/head
Michael Jerger 11 months ago
parent 4efddcc104
commit 9ffbba0765

@ -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…
Cancel
Save