https://github.com/cheeplusplus/resin-papirus-rpi
python image with papirus compiled for raspi1 on resin.io
https://github.com/cheeplusplus/resin-papirus-rpi
Last synced: about 2 months ago
JSON representation
python image with papirus compiled for raspi1 on resin.io
- Host: GitHub
- URL: https://github.com/cheeplusplus/resin-papirus-rpi
- Owner: cheeplusplus
- License: mit
- Created: 2017-11-19T10:13:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-28T09:09:53.000Z (over 7 years ago)
- Last Synced: 2025-02-01T05:25:51.283Z (4 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This library compiles [PaPiRus](https://github.com/PiSupply/PaPiRus) into the [resin](https://resin.io/) Docker container for the Raspberry Pi 1/Zero.
To use this docker image, inherit from it.
```
FROM andrewneo/resin-papirus-rpi:1.0WORKDIR /app
ADD . /appCMD ["python3", "main.py"]
```