Skip to content

Commit b348e47

Browse files
authored
update pnpm
1 parent d5d468f commit b348e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ RUN apt-get install -y \
5959
--no-install-recommends nodejs \
6060
&& rm -rf /var/lib/apt/lists/*
6161
RUN npm install -g npm@latest
62-
RUN npx npkill
62+
RUN npm install -g pnpm
6363

6464
#Clean
6565
RUN apt-get autoremove -y --purge \

0 commit comments

Comments
 (0)