Skip to content

Commit cfaf6fd

Browse files
committed
ci: add pnpm to dockerfile
1 parent 868f695 commit cfaf6fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y \
1010
zip \
1111
sudo
1212

13+
# Install pnpm
14+
RUN npm install -g pnpm
15+
1316
WORKDIR /workspace
1417

0 commit comments

Comments
 (0)