This repository contains following features:
- foundry: Install Foundry
To use the features from this repository, add the desired features to devcontainer.json.
This example uses the foundry
feature on devcontainer.
{
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
"ghcr.io/romeroadrian/dev-container-features/foundry:1": {
"version": "latest"
}
}
}