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

@ -60,7 +60,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" \

View File

@ -55,7 +55,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="ol9_baseos_latest" \