An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# platoBot Dockerfile [![Donate](https://img.shields.io/badge/Donate-PayPal-blue.svg?style=for-the-badge)](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
```