Octoprint docker - add package

Please add to build docker:

apt install libatlas3-base
apt install python3-numpy

It is required for some plugins (example: Bed Visualizer)

I've been told by @LongLiveCHIEF that those should already be in the official OctoPrint docker image on Discord.

They're not in the base image, but installing the plugin will install those libs. Here's the criteria on how I decide what packages to add to the main image: https://github.com/OctoPrint/octoprint-docker/blob/abbff4a9a46acc230c116291458113d1415e135a/CONTRIBUTING.md#pull-requests

Also, for feature requests, please open an issue on github, so I can add it to the Roadmap project and track/prioritize it against other roadmap items, and so that everyone in the community can easily see what we're working to add.

1 Like