Skip to content

Commit dbb9276

Browse files
authored
add cmake (#73)
* add cmake * lock ubuntu version
1 parent e3a1298 commit dbb9276

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu
1+
FROM ubuntu:18.04
22

33
LABEL Description="This image provides a base Android development environment for React Native, and may be used to run tests."
44

@@ -77,6 +77,7 @@ RUN curl -sS https://dl.google.com/android/repository/${SDK_VERSION} -o /tmp/sdk
7777
"platforms;android-$ANDROID_BUILD_VERSION" \
7878
"build-tools;$ANDROID_TOOLS_VERSION" \
7979
"add-ons;addon-google_apis-google-23" \
80+
"cmake;3.10.2.4988404" \
8081
"system-images;android-19;google_apis;armeabi-v7a" \
8182
"extras;android;m2repository" \
8283
"ndk;$NDK_VERSION" \

0 commit comments

Comments
 (0)