We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e08c283 commit f032c05Copy full SHA for f032c05
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