Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

vscode/Dockerfile: Add sudo, leave /tmp alone #85

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SamB
Copy link

@SamB SamB commented Dec 12, 2021

The official gitpod Docker images drop root now, so add sudo
throughout.

Also, don't try to clear out /tmp: we're using tmpfs now, and
you never know when something is actually using /tmp while the system
is still running, so it's both safer and faster to just leave it.

Tested at: SamB/vscode@65df825

The official gitpod Docker images drop root now, so add sudo
throughout.

Also, don't try to clear out /tmp: we're using tmpfs now, and
you never know when something is actually using /tmp while the system
is still running, so it's both safer and faster to just leave it.
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