Skip to content

Commit

Permalink
feat: add vanilla-node stack
Browse files Browse the repository at this point in the history
  • Loading branch information
GabsEdits committed Oct 27, 2024
1 parent 3b962b6 commit 525570d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stacks/vanilla-os/vanilla-golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

name: vanilla-golang
base: ghcr.io/vanilla-os/pico:main
packages:
- golang
packages:
- golang
pkgmanager: apt
builtin: false
9 changes: 9 additions & 0 deletions stacks/vanilla-os/vanilla-node.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# # This stack provides a Node.js environment for building and running Node.js
# applications. It is based on the Vanilla OS Pico image.

name: vanilla-node
base: ghcr.io/vanilla-os/pico:main
packages:
- nodejs
pkgmanager: apt
builtin: false

0 comments on commit 525570d

Please sign in to comment.