File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,15 @@ RUN sudo chown -R coder:coder /home/coder/.local
24
24
25
25
# Install a VS Code extension:
26
26
# Note: we use a different marketplace than VS Code. See https://github.com/cdr/code-server/blob/main/docs/FAQ.md#differences-compared-to-vs-code
27
- # RUN code-server --install-extension esbenp.prettier-vscode
27
+ RUN code-server --install-extension cweijan.vscode-office
28
+ RUN code-server --install-extension dracula-theme.theme-dracula
29
+
28
30
29
31
# Install apt packages:
30
- # RUN sudo apt-get install -y ubuntu-make
32
+ RUN sudo apt-get install -y ubuntu-make
31
33
32
34
# Copy files:
33
- # COPY deploy-container/myTool /home/coder/myTool
35
+ COPY deploy-container/myTool /home/coder/myTool
34
36
35
37
# -----------
36
38
You can’t perform that action at this time.
0 commit comments