We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7a9057 commit e492a58Copy full SHA for e492a58
.github/versions.env
@@ -1,3 +1,3 @@
1
-IMAGE_VERSION=1.21.13
+IMAGE_VERSION=1.21.14
2
NDK_VERSION=27.2.12479018
3
BAZELISK_VERSION=v1.26.0
android_dev/entrypoint.sh
@@ -65,6 +65,9 @@ copy_fix_dir_permissions "/home/${ACTUAL_USER}/.gemini"
65
copy_fix_file_owner "/home/${ACTUAL_USER}/.gitconfig"
66
# Android SDK can be updated on the fly (with newly request build-tools etc)
67
chown -R ${ACTUAL_USER}:${ACTUAL_USER} "${ANDROID_HOME}"
68
+# Allowing our user to install npm stuff
69
+chown -R ${ACTUAL_USER}:${ACTUAL_USER} /opt/nvm
70
+chown -R ${ACTUAL_USER}:${ACTUAL_USER} /opt/.pnpm
71
72
# --- 3. Set User Password ---
73
# Check if the ACTUAL_PASSWORD environment variable is provided
0 commit comments