Skip to content

Commit

Permalink
add feature alpine ctop
Browse files Browse the repository at this point in the history
  • Loading branch information
cirolosapio committed Oct 30, 2023
1 parent 152e324 commit 0a7af54
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/alpine-ctop/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "alpine-ctop",
"id": "alpine-ctop",
"version": "0.0.1",
"description": "Installs ctop on alpine",
"documentationURL": "https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-ctop"
}
9 changes: 9 additions & 0 deletions src/alpine-ctop/install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/sh

set -e

echo "Activating feature 'alpine-ctop'"

apk --no-cache add ctop

echo 'Done!'

0 comments on commit 0a7af54

Please sign in to comment.