🧱 Optimize image size
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
79e9b608de
commit
9f95e6ba6e
1 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
||||||
FROM almalinux:9
|
FROM almalinux:9
|
||||||
RUN dnf -y install dnf-plugin-config-manager
|
RUN dnf -y install dnf-plugin-config-manager \
|
||||||
RUN dnf config-manager --set-enabled crb
|
&& dnf config-manager --set-enabled crb \
|
||||||
RUN dnf -y install epel-release
|
&& dnf -y install epel-release \
|
||||||
RUN dnf -y install nodejs git-tools pandoc
|
&& dnf -y install nodejs git-tools pandoc \
|
||||||
|
&& dnf clean all
|
||||||
WORKDIR /data
|
WORKDIR /data
|
||||||
|
|
Loading…
Reference in a new issue