nunofgs / docker-octoprint

Dockerfile to set up Octoprint with x86, armv6, armv7 and arm64 support!
https://hub.docker.com/r/nunofgs/octoprint/
GNU Affero General Public License v3.0
58 stars 32 forks source link

The fontconfig package is missing. #20

Closed Blazin64 closed 4 years ago

Blazin64 commented 5 years ago

As far as I know, this only affects people using the Octolapse plugin. Octolapse has an option to overlay text on time lapse videos, but it does not work unless the fontconfig package is installed. I manually installed fontconfig in the container to confirm this.

The fontconfig package has no extra dependencies, so adding it to the Dockerfile should be fairly straightforward.

nunofgs commented 4 years ago

Confirmed that it doesn't add much to the image. Since I'm not the "official" octoprint image I don't mind adding a bit of extra usefulness here and there. Thanks :)