You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# Docker image with Android SDK and Flutter
2
2
3
+
Based on [`openjdk:8-slim`](https://hub.docker.com/_/openjdk/) and the work of
4
+
[Álvaro S.](https://github.com/alvr/alpine-android) on installing the android
5
+
sdk.
6
+
3
7
## Building and running
4
8
5
9
```
@@ -9,7 +13,9 @@ docker run -it --entrypoint=/bin/bash [image-name]
9
13
10
14
## Bitbucket Pipelines
11
15
12
-
This image can be used to test and build Android APKs developed with Flutter. Here is an example `bitbucket-pipelines.yml` for Bitbucket Pipelines including caches for gradle and gradlewrapper:
16
+
This image can be used to test and build Android APKs developed with Flutter.
17
+
Here is an example `bitbucket-pipelines.yml` for Bitbucket Pipelines including
0 commit comments