修复pnpm安装
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Zhao Zuohong 2023-11-29 15:17:16 +08:00
parent 24efa3ce92
commit cf3835265d
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ RUN dnf -y install dnf-plugin-config-manager \
&& dnf -y install epel-release \
&& dnf -y install nodejs git-tools pandoc \
&& dnf clean all \
&& npm install pnpm
RUN npm install -g pnpm