Skip to content

Instantly share code, notes, and snippets.

@yuki-inaho
Last active June 23, 2020 07:03
Show Gist options
  • Select an option

  • Save yuki-inaho/da5e0a626c551cbf0f09fa5ab8618fbb to your computer and use it in GitHub Desktop.

Select an option

Save yuki-inaho/da5e0a626c551cbf0f09fa5ab8618fbb to your computer and use it in GitHub Desktop.
Install vscode on docker (partitional)
# vscode
RUN wget -O vscode-amd64.deb https://go.microsoft.com/fwlink/?LinkID=760868
RUN apt-get update && apt-get install -y gdebi
RUN yes | gdebi vscode-amd64.deb
RUN rm vscode-amd64.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment