docker-node-pandoc/Dockerfile

7 lines
192 B
Text
Raw Normal View History

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
2022-08-18 21:04:21 +08:00
WORKDIR /data