Skip to content

[Powershell] Allow a list of modules to be installed #424

Description

It would be nice if you could define a list of modules that should be installed after PowerShell was installed.

As an example, we could define

"features": {
    "ghcr.io/devcontainers/features/powershell:1": {
            "module": ["Az.Resources"]
    }
}

This would prevent having to add a postCreateCommand

Install-Module -Name Az.Resources -AllowClobber -Scope CurrentUser

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions