🧱 Optimize image size
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Zhao Zuohong 2023-01-09 08:59:57 +08:00
parent 79e9b608de
commit 9f95e6ba6e
1 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,7 @@
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
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