Skip to content

Commit 6bfa7fd

Browse files
Adding bun to the pulumi/pulumi image
1 parent 4e47e5e commit 6bfa7fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/pulumi/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ RUN fnm install 20 && \
161161
fnm install 24 && \
162162
fnm alias 24 default
163163
ENV PATH=/usr/local/share/fnm/aliases/default/bin:$PATH
164-
RUN npm install -g corepack && \
164+
RUN npm install -g corepack bun && \
165165
corepack install -g pnpm yarn@1
166166

167167
# Passing --build-arg PULUMI_VERSION=vX.Y.Z will use that version

0 commit comments

Comments
 (0)