set python version for octoprint image; add runtime packages for octoprint

This commit is contained in:
Markus Küffner
2021-11-08 22:21:28 +01:00
parent a1c0802cf5
commit cfb81ae091
3 changed files with 15 additions and 8 deletions

View File

@@ -1,7 +1,12 @@
#!/bin/bash
## https://www.stereolabs.com/docs/docker/building-arm-container-on-x86/
## Setup for building multiplatform images
##
## apt install qemu-user-static
## docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
## docker buildx create --use --name cross
## docker buildx inspect --bootstrap
## docker buildx build --platform linux/amd64,linux/arm/v7 -t octoprint:latest --target run .
set -e