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

Explicitly set the user to vscode in the Ruby image Dockerfile #51

Merged
merged 1 commit into from
Oct 3, 2024

Commits on Oct 2, 2024

  1. Explicitly set the user to vscode in the Ruby image Dockerfile

    Since the metadata from devcontainer.json is not present in the image, other Dev Container implementations will not set this user (which is default for vscode and created by the debian base image). So lets explicitly set it so that those Dev Container implementations use the right user when using this image.
    andrewn617 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    4c9d4f3 View commit details
    Browse the repository at this point in the history