- Now use rx3-docker/server:1.4.0-mga9 image,

- Now use docker-tools-1.5.2,
- Rebuild for updates.
This commit is contained in:
2026-05-28 20:30:48 +02:00
parent 3459974e5c
commit 5a79b87b01
4 changed files with 23 additions and 12 deletions

View File

@@ -134,7 +134,7 @@ ARG HTTPD_CONF='#---------------------------------------------------------------
\n\
\n\
\n\
RewriteEngine On \n\
RewriteEngine On \n\
\n\
# Reverse Proxy Configuration \n\
ProxyRequests Off \n\
@@ -161,7 +161,7 @@ ARG INFO_PHP='<?php
RUN . /etc/profile.d/rx3.sh && isl_add ${IMG_URL} \
RUN . /etc/profile.d/rx3.sh && isl --add ${IMG_URL} \
&& urpmi.update -a \
&& urpmi --force apache apache-mod_proxy apache-mod_proxy_html apache-mod_php php-cli php-pgsql php-mysqli php-pdo_pgsql php-pdo_mysql php-phpmailer pwauth \
&& sed -i -e "s%#LoadModule macro_module modules/mod_macro.so%LoadModule macro_module modules/mod_macro.so%" /etc/httpd/conf/modules.d/00_base.conf \