Skip to content

Commit ee8f740

Browse files
iwilligclaude
andcommitted
Regenerate Containerfile to sync pnpm install with fragment
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 89e16c8 commit ee8f740

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ RUN mkdir -p /var/roothome && \
117117
ostree container commit
118118
# Pi coding agent — use dnf5 (not rpm-ostree) so nodejs is immediately available
119119
# for the subsequent npm call within the same RUN step
120-
RUN dnf5 install -y nodejs && \
120+
RUN dnf5 install -y nodejs pnpm && \
121121
dnf5 clean all && \
122122
npm install -g --prefix /usr --ignore-scripts @earendil-works/pi-coding-agent && \
123123
ostree container commit

0 commit comments

Comments
 (0)