initialize jvm build tools

This commit is contained in:
Michael Jerger 2024-02-17 11:45:36 +01:00
parent 6e57204ce5
commit 58d8d46a0c
2 changed files with 7 additions and 0 deletions

View file

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

View file

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