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 be47ff1 commit 857b6e1Copy full SHA for 857b6e1
.github/versions.env
@@ -1,3 +1,3 @@
1
-IMAGE_VERSION=1.21.10
+IMAGE_VERSION=1.21.11
2
NDK_VERSION=27.2.12479018
3
BAZELISK_VERSION=v1.26.0
android_dev/Dockerfile
@@ -66,6 +66,7 @@ RUN RUNZSH=no sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmy
66
67
RUN echo "export NVM_DIR=${NVM_DIR}" >> /home/${ACTUAL_USER}/.zshrc && \
68
echo "export PNPM_HOME=${PNPM_HOME}" >> /home/${ACTUAL_USER}/.zshrc && \
69
+ echo "export ANDROID_HOME=${ANDROID_HOME}" >> /home/${ACTUAL_USER}/.zshrc && \
70
echo "export PATH=${PATH}" >> /home/${ACTUAL_USER}/.zshrc && \
71
echo "source ${NVM_DIR}/nvm.sh" >> /home/${ACTUAL_USER}/.zshrc
72
0 commit comments