fixed lua formatting and added kiro-cli install

This commit is contained in:
2026-07-30 22:16:22 -05:00
parent 2929d9d70b
commit 137a5e7ea0
5 changed files with 48 additions and 13 deletions
+3
View File
@@ -248,6 +248,9 @@ ENV \
UID="1000" \
UNAME="neovim"
RUN \
curl -fsSL https://cli.kiro.dev/install | bash
RUN \
cd "/home/${UNAME}" && \
git clone https://github.com/flutter/flutter.git -b stable flutter && \