Updated Go lang on Ubuntu (noble), Nginx on RHEL like OS base images

This commit is contained in:
Alexey Pustovalov
2024-12-07 16:48:07 +09:00
parent 3a373a6546
commit ecb200f835
6 changed files with 10 additions and 10 deletions

View File

@ -52,7 +52,8 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
--enablerepo "ol9_appstream" \
--setopt=install_weak_deps=0 \
--setopt=keepcache=0 \
php:8.2 && \
php:8.2 \
nginx:1.24 && \
microdnf -y install \
--disablerepo="*" \
--enablerepo="ol9_baseos_latest" \