Skip to content

Commit a4e1d6e

Browse files
authored
Merge pull request #571 from lockdown-systems/fix-linux-build
ci: add pnpm to dockerfile
2 parents 868f695 + cfaf6fd commit a4e1d6e

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)