vyos-documentation
vyos-documentation copied to clipboard
docker: Multiple fixes
Change Summary
- Update Debian base image to 12
- Add
--break-system-packages
option topip3 install
command - Remove
chmod a+s
from Dockerfile (newer versions ofgosu
in particular don't support this) - Add
sudo
to relevant commands inentrypoint.sh
- Add
UID_MIN
key toadduser
command (allows the container to run on MacOS) - Formatting and spelling fixes
Related Task(s)
Related PR(s)
Backport
- sagitta
- equuleus
Checklist:
- [x] I have read the CONTRIBUTING document