Zhao Zuohong
79e9b608de
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
6 lines
192 B
Docker
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
|