Skip to content

Commit 87873e3

Browse files
authored
Fix AVD test (#67)
* chcwd in docker * Update Dockerfile * Update Dockerfile
1 parent 1b71999 commit 87873e3

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
@@ -86,4 +86,5 @@ RUN curl -sS https://dl.google.com/android/repository/${SDK_VERSION} -o /tmp/sdk
8686
"build-tools;$ANDROID_TOOLS_VERSION" \
8787
"add-ons;addon-google_apis-google-23" \
8888
"system-images;android-19;google_apis;armeabi-v7a" \
89-
"extras;android;m2repository"
89+
"extras;android;m2repository" \
90+
&& rm -rf /opt/android/.android

0 commit comments

Comments
 (0)