vyos-documentation icon indicating copy to clipboard operation
vyos-documentation copied to clipboard

docker: Multiple fixes

Open MattKobayashi opened this issue 10 months ago • 0 comments

Change Summary

  • 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

Related Task(s)

Related PR(s)

Backport

  • sagitta
  • equuleus

Checklist:

MattKobayashi avatar Apr 18 '24 07:04 MattKobayashi