Zhao Zuohong
9f95e6ba6e
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
7 lines
230 B
Docker
7 lines
230 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
|
|
WORKDIR /data
|