Skip to content

Commit f032c05

Browse files
Update Dockerfile instructions for shell installation
1 parent e08c283 commit f032c05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/projects-docs/pages/sdk/templates.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ By default the template uses a universal image which gives you the most common t
133133
# ---- Builder: install deps & build ----
134134
FROM node:22-alpine AS builder
135135

136-
# Install zsh (and optionally git, curl, etc.)
137-
RUN apk add --no-cache zsh git curl
136+
# Install zsh and bash (and optionally git, curl, etc.)
137+
RUN apk add --no-cache zsh bash git curl
138138

139139
# Enable corepack (pnpm/yarn) if you use it; safe to keep on
140140
RUN corepack enable

0 commit comments

Comments
 (0)