修复Dockerfile
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
zhbaor 2023-11-29 15:20:28 +08:00
parent cf3835265d
commit 4f2e7bb256

View file

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