Skip to content

Commit e779fcf

Browse files
committed
Update README.md to include Android SDK environment variables
1 parent 74ab45e commit e779fcf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Flutter docker image
22

33
[![BUILD AND PUBLISH FLUTTER IMAGES](https://github.com/PlugFox/docker_flutter/actions/workflows/build_and_publish_tag.yml/badge.svg)](https://github.com/PlugFox/docker_flutter/actions/workflows/build_and_publish_tag.yml)
4-
[![GitHub](https://img.shields.io/badge/Git-Hub-purple.svg)](https://github.com/PlugFox/docker_flutter)
4+
[![GitHub](https://img.shields.io/badge/Git-Hub-purple.svg)](https://github.com/PlugFox/docker_flutter/pkgs/container/flutter)
55
[![Docker](https://img.shields.io/badge/Docker-Hub-2496ed.svg)](https://hub.docker.com/r/plugfox/flutter/tags)
66
[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://github.com/PlugFox/docker_flutter/blob/master/LICENSE)
77

@@ -11,12 +11,15 @@ Release update strategy at every new flutter version.
1111

1212
### Environment variables
1313

14+
Base environment variables:
1415
- USER: `flutter`
1516
- WORKDIR: `/home/flutter`
1617
- SHELL: `/bin/bash`
1718
- FLUTTER_ROOT: `/opt/flutter`
1819
- FLUTTER_HOME: `/opt/flutter`
1920
- PUB_CACHE: `/var/cache/pub`
21+
22+
Andoid SDK environment variables:
2023
- ANDROID_HOME: `/opt/android`
2124
- ANDROID_SDK_ROOT: `/opt/android`
2225
- ANDROID_TOOLS_ROOT: `/opt/android`

0 commit comments

Comments
 (0)