Skip to content

Commit

Permalink
Add devcontainers to package manager mapping (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez authored Jan 17, 2024
1 parent 62f8e6a commit 45e4ef2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/infra/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ var packageManagerLookup = map[string]string{
"pip": "pip",
"terraform": "terraform",
"swift": "swift",
"devcontainers": "devcontainers",
}

func setImageNames(params *RunParams) error {
Expand Down

0 comments on commit 45e4ef2

Please sign in to comment.