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

fix: Updates devcontainer #1064

Closed
wants to merge 2 commits into from
Closed

Conversation

dcode
Copy link

@dcode dcode commented Jun 22, 2023

  • Current pip3 refuses to install to system, uses venv instead
  • Mounting folder on SELinux systems fails without Z flag.
    This flag is ignored on non-SELinux systems.

fixes: #1063

- Current pip3 refuses to install to system, uses venv instead
- Mounting folder on SELinux systems fails without Z flag.
  This flag is ignored on non-SELinux systems.
@dcode
Copy link
Author

dcode commented Jun 26, 2023

After testing on macOS, the Z flag didn't work, so I removed it. Mounting the volume in this way still makes it easy for users on SELinux systems to adjust it, however.

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

Successfully merging this pull request may close these issues.

Current recommended devcontainer is broken
2 participants