diff --git a/infrastructure/clj-cljs/image/resources/install.sh b/infrastructure/clj-cljs/image/resources/install.sh index 4e6b5c0..224695f 100755 --- a/infrastructure/clj-cljs/image/resources/install.sh +++ b/infrastructure/clj-cljs/image/resources/install.sh @@ -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 } diff --git a/infrastructure/clj/image/resources/install.sh b/infrastructure/clj/image/resources/install.sh index 391898a..e55ee24 100755 --- a/infrastructure/clj/image/resources/install.sh +++ b/infrastructure/clj/image/resources/install.sh @@ -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 }