You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to build sydent 2.5.5 with the supplied Dockerfile but I receive permission denied while compiling cryptography.
When removing the USER definition from the Dockerfile (i.e. running the build step as root) works but I'm not sure if the venv is complete when doing it this way.
Using some ls -lA for debugging I noticed that all files and directories belong to sydent:sydent except the /home/sydent/src which belonged root:root. I added a chown and could build the container with python 3.11.4 and rust 1.70.
I try to build sydent 2.5.5 with the supplied Dockerfile but I receive permission denied while compiling cryptography.
When removing the USER definition from the Dockerfile (i.e. running the build step as root) works but I'm not sure if the venv is complete when doing it this way.
The text was updated successfully, but these errors were encountered: