Skip to content

Commit bef12c6

Browse files
committed
More v1 Cleanup/Fixes
1 parent 4434a72 commit bef12c6

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/common-amzn/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ Like [Common Debian Utilities (common-utils)](https://github.com/devcontainers/f
1414

1515
Add to your dev/build `Dockerfile`.
1616

17-
```dockerfile
18-
ENV PATH="/usr/sbin:${PATH}"
19-
```
20-
2117
## Options
2218

2319
None at this time.

src/common-amzn/devcontainer-feature.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@
33
"name": "Common Amazon Linux 2 Utilities",
44
"version": "1.0.0",
55
"description": "Like [Common Debian Utilities (common-utils)](https://github.com/devcontainers/features/tree/main/src/common-utils) but for Amazon Linux 2.",
6-
"documentationURL": "https://github.com/customink/codespaces-features/tree/main/src/common-amzn"
6+
"documentationURL": "https://github.com/customink/codespaces-features/tree/main/src/common-amzn",
7+
"containerEnv": {
8+
"PATH": "/usr/sbin:${PATH}"
9+
}
710
}

0 commit comments

Comments
 (0)