Skip to content

Commit

Permalink
Dockerfile vscode add docker extension
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed Dec 19, 2024
1 parent 89d70d2 commit 42ec6e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
- ms-toolsai.jupyter
- quarto.quarto
- REditorSupport.r
- ms-azuretools.vscode-docker

### Release 0.1

Expand Down
1 change: 1 addition & 0 deletions development/vscode/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ RUN code-server --install-extension ms-python.python
RUN code-server --install-extension ms-toolsai.jupyter
RUN code-server --install-extension quarto.quarto
RUN code-server --install-extension REditorSupport.r
RUN code-server --install-extension ms-azuretools.vscode-docker

RUN useradd --create-home --home-dir /home/blackbar --shell /bin/bash blackbar
USER blackbar
Expand Down

0 comments on commit 42ec6e6

Please sign in to comment.