diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index c0d5927..6946526 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,6 +5,11 @@ "CARGO_BUILD_JOBS": "16", "ESPRESSO_DEBUG": "1" }, + "features": { + "ghcr.io/devcontainers-contrib/features/apt-get-packages": { + "packages": "openjdk-17-jdk-headless" + } + }, "postStartCommand": "rustup toolchain add stable", "customizations": { "vscode": {