https://github.com/haozeke/docker_platobuilder
Build bot for plato.
https://github.com/haozeke/docker_platobuilder
docker docker-image ereader kobo plato rust
Last synced: about 2 months ago
JSON representation
Build bot for plato.
- Host: GitHub
- URL: https://github.com/haozeke/docker_platobuilder
- Owner: HaoZeke
- License: mit
- Created: 2018-06-04T02:06:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-04T21:31:10.000Z (about 8 years ago)
- Last Synced: 2025-03-27T03:16:28.977Z (about 1 year ago)
- Topics: docker, docker-image, ereader, kobo, plato, rust
- Homepage: https://cloud.docker.com/repository/docker/haozeke/platobuilder
- Size: 26.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# platoBot Dockerfile [](https://www.paypal.me/HaoZeke/)
> Copyright (C) 2017 Rohit Goswami
Meant for compiling finicky kobo (Aura HD) systems with an archlinux box.
Works as a self contained setup for [plato](https://github.com/baskerville/plato).
## Usage
The recommended usage leverages your existing build tree so you only need this as your build environment.
```bash
docker run -it -h platobot -v $SOURCE_LOCATION:/home/build/Github/Ereaders -v $HOME/.ccache/:/home/build/.ccache -v $HOME/.cache/:/home/build/.cache HaoZeke/platobot
```