Skip to content

Commit e62b323

Browse files
committed
Update readme
1 parent 960d5b1 commit e62b323

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Docker image with Android SDK and Flutter
22

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+
37
## Building and running
48

59
```
@@ -9,7 +13,9 @@ docker run -it --entrypoint=/bin/bash [image-name]
913

1014
## Bitbucket Pipelines
1115

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
18+
caches for gradle and gradlewrapper:
1319

1420
```
1521
image: valotas/lokali-build:version-1

0 commit comments

Comments
 (0)