Skip to content

Commit

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

set -e

echo "Activating feature 'alpine-bun'"

apk --no-cache add curl

curl -fsSL https://bun.sh/install | bash

echo 'Done!'

0 comments on commit fd00d9e

Please sign in to comment.