pklaus / brother_ql_web

A Python-based web service to print labels on Brother QL label printers. Based on brother_ql: https://github.com/pklaus/brother_ql
GNU General Public License v3.0
254 stars 124 forks source link

Add Dockerfile for Raspberry Pi #21

Closed dersimn closed 4 years ago

dersimn commented 5 years ago

This is a Dockerfile for the arm23v7 / armhf platform which is used mainly by the Raspberry Pi. Added instructions on how to build the Docker Image.

Just in case you want to use it, here is my build: https://cloud.docker.com/repository/docker/dersimn/brother_ql_web

pklaus commented 4 years ago

Nice changeset. I like the idea of being able to omit using the system fonts and ship only specific fonts in the Docker image.

Actually, I do provide Docker images since quite some time, including ones for the RPi. The Dockerfile is to be found in a separate repository: pklaus/brother_ql_web_docker. They are also available on the Docker Hub.

So thanks for the fresh ideas. I'll try to implement the system font omission soon.

dersimn commented 4 years ago

Thanks for the response, I didn't know about your repository for the Docker build. Meanwhile there's a better method out for building multi-arch images anyway: https://docs.docker.com/docker-for-mac/multi-arch/

I'll keep my fork maintained until you've implemented the font 'omit system fonts'-thing. Thanks for the help!