File tree Expand file tree Collapse file tree 1 file changed
8000
+0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,6 @@ Docker Hub: `bencdr/code-server-deploy-container`
14
14
We've included some examples on how to add additoonal dependencies in the root-level [ Dockerfile] ( ../Dockerfile ) :
15
15
16
16
``` Dockerfile
17
- ...
18
-
19
- # You can add custom software and dependencies for your environment below
20
- # -----------
21
-
22
17
# Install a VS Code extension:
23
18
# 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
24
19
RUN code-server --install-extension esbenp.prettier-vscode
@@ -28,10 +23,6 @@ RUN sudo apt-get install -y ubuntu-make
28
23
29
24
# Copy files:
30
25
COPY deploy-container/myTool /home/coder/myTool
31
-
32
- # -----------
33
-
34
- ...
35
26
```
36
27
37
28
---
You can’t perform that action at this time.
0 commit comments