Skip to content

Commit e492a58

Browse files
committed
Allow pnpm installs
1 parent c7a9057 commit e492a58

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/versions.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
IMAGE_VERSION=1.21.13
1+
IMAGE_VERSION=1.21.14
22
NDK_VERSION=27.2.12479018
33
BAZELISK_VERSION=v1.26.0

android_dev/entrypoint.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ copy_fix_dir_permissions "/home/${ACTUAL_USER}/.gemini"
6565
copy_fix_file_owner "/home/${ACTUAL_USER}/.gitconfig"
6666
# Android SDK can be updated on the fly (with newly request build-tools etc)
6767
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
6871

6972
# --- 3. Set User Password ---
7073
# Check if the ACTUAL_PASSWORD environment variable is provided

0 commit comments

Comments
 (0)