Skip to content

Commit cd50ac8

Browse files
committed
feat: add vanilla-deno stack
1 parent e7b2d8d commit cd50ac8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

stacks/vanilla-os/vanilla-deno.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# This stack provides a Deno environment for building and running Deno
2+
# applications. It is based on the Deno official image.
3+
4+
name: vanilla-deno
5+
base: docker.io/denoland/deno:latest
6+
packages:
7+
- deno
8+
pkgmanager: apt
9+
builtin: false

0 commit comments

Comments
 (0)