Docker image with flutter and android dependencies for CI
877
Lightweight ubuntu docker image with all the dependencies to run flutter and android tests, tagging stable versions.
docker pullYou can pull the image from Docker Hub using the docker pull minddocdev/flutter-android command.
We use automated build set up.
docker pull minddocdev/flutter-android
docker runTo jump into the container's bash shell
docker run -it minddocdev/flutter-android /bin/sh
docker buildYou can also build the image yourself. Checkout the repository
git clone https://github.com/minddocdev/flutter-android
cd flutter-android
docker build -t minddocdev/flutter-android .
docker images minddocdev/flutter-android
Content type
Image
Digest
Size
1.7 GB
Last updated
about 7 years ago
docker pull minddocdev/flutter-android