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 e3a1298 commit dbb9276Copy full SHA for dbb9276
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ubuntu
+FROM ubuntu:18.04
2
3
LABEL Description="This image provides a base Android development environment for React Native, and may be used to run tests."
4
@@ -77,6 +77,7 @@ RUN curl -sS https://dl.google.com/android/repository/${SDK_VERSION} -o /tmp/sdk
77
"platforms;android-$ANDROID_BUILD_VERSION" \
78
"build-tools;$ANDROID_TOOLS_VERSION" \
79
"add-ons;addon-google_apis-google-23" \
80
+ "cmake;3.10.2.4988404" \
81
"system-images;android-19;google_apis;armeabi-v7a" \
82
"extras;android;m2repository" \
83
"ndk;$NDK_VERSION" \
0 commit comments