- Use now rx3-docker/php-apache:1.5.3-mga9 image,

- Fix volume path bug in compose file.
This commit is contained in:
2025-04-21 17:57:23 +02:00
parent e0e13956fd
commit 9426e53e31
5 changed files with 16 additions and 6 deletions

View File

@@ -95,7 +95,8 @@ command='${REDPANDA_CONSOLE_HOME}'/bin/redpanda-console -config.filepath '${REDP
RUN urpmi --force wget postgresql15 \
RUN urpmi.update -a \
&& urpmi --force wget postgresql15 \
&& mkdir -p /var/www/appl \
&& wget -q -O- "https://github.com/${PHPPGADMIN_OWNER}/phppgadmin/archive/${PHPPGADMIN_COMMIT}.tar.gz" | tar xzf - -C ${APACHE_DOC_ROOT} \
&& mv ${APACHE_DOC_ROOT}/phppgadmin-${PHPPGADMIN_COMMIT} ${APACHE_DOC_ROOT}/phppgadmin \