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 a4b0d26 commit 7f1297bCopy full SHA for 7f1297b
Dockerfile
@@ -1,7 +1,6 @@
1
FROM openjdk:8-slim
2
3
LABEL Description="This image provides a base Android development environment for React Native, and may be used to run tests."
4
-LABEL maintainer="Héctor Ramos <[email protected]>"
5
6
# set default build arguments
7
ARG SDK_VERSION=sdk-tools-linux-3859397.zip
@@ -18,6 +17,7 @@ ENV ANDROID_HOME=/opt/android
18
17
ENV ANDROID_SDK_HOME=${ANDROID_HOME}
19
ENV PATH=${PATH}:${ANDROID_HOME}/tools:${ANDROID_HOME}/tools/bin:${ANDROID_HOME}/platform-tools
20
ENV ANDROID_NDK=/opt/ndk/android-ndk-r$NDK_VERSION
+ENV ANDROID_NDK_HOME=/opt/ndk/android-ndk-r$NDK_VERSION
21
ENV PATH=${PATH}:${ANDROID_NDK}
22
23
# install system dependencies
0 commit comments