We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e08c283 + f032c05 commit 83e7f01Copy full SHA for 83e7f01
packages/projects-docs/pages/sdk/templates.mdx
@@ -133,8 +133,8 @@ By default the template uses a universal image which gives you the most common t
133
# ---- Builder: install deps & build ----
134
FROM node:22-alpine AS builder
135
136
-# Install zsh (and optionally git, curl, etc.)
137
-RUN apk add --no-cache zsh git curl
+# Install zsh and bash (and optionally git, curl, etc.)
+RUN apk add --no-cache zsh bash git curl
138
139
# Enable corepack (pnpm/yarn) if you use it; safe to keep on
140
RUN corepack enable
0 commit comments