From 4fa849b72bf172bbfa7a3f41df97831183d76126 Mon Sep 17 00:00:00 2001 From: Mirco Date: Wed, 17 Apr 2024 09:20:57 +0200 Subject: [PATCH] check with version --- infrastructure/clj/image/resources/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/clj/image/resources/install.sh b/infrastructure/clj/image/resources/install.sh index a86e899..c7ade11 100755 --- a/infrastructure/clj/image/resources/install.sh +++ b/infrastructure/clj/image/resources/install.sh @@ -36,8 +36,8 @@ function main() { pip3 install pybuilder 'ddadevops>=4.7.0' deprecation dda-python-terraform boto3 pyyaml inflection --break-system-packages #check - native-image --help - lein --help + native-image --version + lein -v cleanupDocker } > /dev/null