ppodgorsek / docker-robot-framework

Robot Framework in Docker
https://cloud.docker.com/repository/docker/ppodgorsek/robot-framework
MIT License
333 stars 235 forks source link

Dynamic dependency installation doesn't work for other UID/GID runners #476

Closed ppodgorsek closed 4 months ago

ppodgorsek commented 4 months ago

The dependencies' installation folder is owned by the default UID and GID for the Robot Framework runner. Its permission should be extended to allow other users to also write into it.

ppodgorsek commented 4 months ago

Fixed