Add the Fig CLI to a Dev Container
To use the feature from this repository, add the desired features to devcontainer.json.
{
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
"ghcr.io/withfig/features/fig:1": {}
}
}