4 Commits

Author SHA1 Message Date
Matthew Kobayashi
48fc429153
docker: multiple updates
* Update Debian base image to 12
* Add --break-system-packages option to pip3 install command
* Remove chmod a+s from Dockerfile (newer versions of gosu in particular don't support this)
* Add sudo to relevant commands in entrypoint.sh
* Add UID_MIN key to adduser command (allows the container to run on MacOS)
* Formatting and spelling fixes
2024-05-10 20:15:36 +02:00
Christian Poessinger
ab233b9983 Docker: convert (dos2unix) entrypoint
We need to convert the entrypoint with appropriate line endings, else
there will be an error: 'standard_init_linux.go:175: exec user process
caused "no such file or directory"'
2019-12-11 22:08:46 +01:00
Christian Poessinger
cfaa84339f wireless: add operational commands 2019-11-20 07:43:59 +01:00
Christian Poessinger
0a0e3c5ebd Docker: update Dockerfile and description 2019-04-20 14:16:14 +02:00