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 da22cf7a78
commit 991a9b38df
8 changed files with 14 additions and 12 deletions

View File

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