docker-node-pandoc/Dockerfile
Zhao Zuohong 79e9b608de
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
🧱 Change base image to AlmaLinux:9 to support NodeJS 18
2023-01-08 23:19:38 +08:00

6 lines
192 B
Docker

FROM almalinux:9
RUN dnf -y install dnf-plugin-config-manager
RUN dnf config-manager --set-enabled crb
RUN dnf -y install epel-release
RUN dnf -y install nodejs git-tools pandoc
WORKDIR /data