Commit 50eb609
authored
fix: skip installing packages when nothing to install (#6)
this changeset is to fix the issues related to installing packages.
- treat packages as string instead of array of strings
https://containers.dev/implementors/features/#options-property
- replace commas (`,`) to spaces (` `)1 parent 5e4c59d commit 50eb609
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
| |||
0 commit comments