Last active
June 23, 2020 07:03
-
-
Save yuki-inaho/da5e0a626c551cbf0f09fa5ab8618fbb to your computer and use it in GitHub Desktop.
Install vscode on docker (partitional)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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