Skip to content
This repository was archived by the owner on May 26, 2026. It is now read-only.

Commit c2a1b5c

Browse files
vignesh07rzachsmith
authored andcommitted
fix: include pnpm in runtime image for openclaw update (vignesh07#72)
1 parent 1dec7b5 commit c2a1b5c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ RUN apt-get update \
5151
ca-certificates \
5252
&& rm -rf /var/lib/apt/lists/*
5353

54+
# `openclaw update` expects pnpm. Provide it in the runtime image.
55+
RUN corepack enable && corepack prepare pnpm@10.23.0 --activate
56+
5457
WORKDIR /app
5558

5659
# Wrapper deps

0 commit comments

Comments
 (0)