devcontainers / devcontainers/templates
Dockerfile missing?
Open
question
- Dominant language
- Shell
- Stars
- 1.4k
- Forks
- 393
- Avg merge
- 2h 3m
- Merged PRs (30d)
- 1
Description
It seems after `v0.16x.x` `Dockerfile`s are no longer included in the `.devcontainer` directory when using vscode's "Add devcontainer configuration files".
These are critical for installing extra packages and customizing the development environment.
Is there some new functionality that deprecates this way of working with devcontainers?
```
.
├── .devcontainer
│ └── devcontainer.json
| <-- Dockerfile used to be here
├── package.json
└── src
└── index.js
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.