From 00202edecc815688e627d600ca76032015286f25 Mon Sep 17 00:00:00 2001 From: Michael Jerger Date: Fri, 11 Aug 2023 13:35:15 +0200 Subject: [PATCH] add kotlin image --- infrastructure/kotlin/image/resources/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/kotlin/image/resources/install.sh b/infrastructure/kotlin/image/resources/install.sh index 89ccc2e..202f871 100755 --- a/infrastructure/kotlin/image/resources/install.sh +++ b/infrastructure/kotlin/image/resources/install.sh @@ -4,7 +4,7 @@ set -eux function main() { upgradeSystem - apt -qqy install curl git kotlin gradle + apt -qqy install curl git kotlin gradle iputils-ping ssh #install pyb apt -qqy install python3 python3-pip;