Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ docker buildx build --platform=linux/amd64 -t kivy/buildozer .
docker run --volume "$(pwd)":/home/user/hostcwd kivy/buildozer --version
```

Note that the Docker image will preferentially try to use the `python` command from
`venv/bin/python`. If this command is symlinked to a Python version not present
in the Docker image (currently, >python3.10), then all commands will fail.

> [!WARNING]
> [DockerHub](https://hub.docker.com/) contains an obsolete Docker image for
> Buildozer. It is deprecated. Build your own.
Expand Down