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;