devcontainers / devcontainers/templates

Dockerfile missing?

Open
#77 20 comments 3 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.