Skip to content
This repository was archived by the owner on Feb 8, 2026. It is now read-only.

umask needs to be before any cargo command#33

Open
sandercox wants to merge 1 commit intolee-orr:mainfrom
sandercox:patch-1
Open

umask needs to be before any cargo command#33
sandercox wants to merge 1 commit intolee-orr:mainfrom
sandercox:patch-1

Conversation

@sandercox
Copy link

Moving umask fixes an issue where cargo install would otherwise create files in /usr/local/cargo that are owned by root.

My dev container default has a user of vscode and that user now has no access to the files and cargo cannot install any packages used in my devcontainer.

Moving umask fixes an issue where cargo install would otherwise create files in `/usr/local/cargo` that are owned by root.

My dev container default has a user of vscode and that user now has no access to the files and cargo cannot install any packages used in my devcontainer.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant