Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker #49

Open
illusional opened this issue Dec 6, 2018 · 0 comments
Open

docker #49

illusional opened this issue Dec 6, 2018 · 0 comments

Comments

@illusional
Copy link

The execution files are placed inside /root, which is inaccessible by non-root users, eg: when running from an execution assistant. A quick fix is to add:

RUN chmod 577 root/

to the bottom of the Dockerfile, however adding files to /root is against best practices so I don't want to submit a pull request to do that. Wondering if there are any thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant