docker-node-pandoc/Dockerfile
Zhao Zuohong 4f2e7bb256
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
修复Dockerfile
2023-11-29 15:20:28 +08:00

7 lines
240 B
Docker

FROM almalinux:9
RUN dnf -y install dnf-plugin-config-manager \
&& dnf config-manager --set-enabled crb \
&& dnf -y install epel-release \
&& dnf -y install nodejs git-tools pandoc \
&& dnf clean all
RUN npm install -g pnpm