initialize jvm build tools

clj-bb-rewrite
Michael Jerger 3 months ago
parent 6e57204ce5
commit 58d8d46a0c

@ -28,6 +28,9 @@ function main() {
apt-get -qqy install python3 python3-pip git
pip3 install pybuilder 'ddadevops>=4.7.0' deprecation dda-python-terraform boto3 pyyaml inflection --break-system-packages
#check
lein --help
cleanupDocker
} > /dev/null
}

@ -35,6 +35,10 @@ function main() {
apt-get -qqy install python3 python3-pip
pip3 install pybuilder 'ddadevops>=4.7.0' deprecation dda-python-terraform boto3 pyyaml inflection --break-system-packages
#check
native-image --help
lein --help
cleanupDocker
} > /dev/null
}

Loading…
Cancel
Save