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

Commits on Dec 12, 2021

  1. vscode/Dockerfile: Add sudo, leave /tmp alone

    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.
    SamB committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    543bc8f View commit details
    Browse the repository at this point in the history