- Now use rx3-docker/php-apache:1.7.0-mga9 & rx3-docker/postgresql:1.2.0-mga9 images,

- Now use docker-tools-1.5.2,
- Enable cron daemon to clean-up dead php sessions,
- Rebuild for updates.
This commit is contained in:
2026-05-31 20:38:25 +02:00
parent d923b3f9e6
commit 1dc0c8a45d
4 changed files with 20 additions and 8 deletions

View File

@@ -39,7 +39,7 @@ sed -i -e "s%mailhub=mail%mailhub=${SMTP_SERVER}%" /etc/ssmtp/ssmtp.conf'
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 wget ssmtp php-xmlreader php-xmlwriter \
&& wget -q -O - https://sourceforge.net/projects/mantisbt/files/mantis-stable/${MANTISBT_VERSION}/mantisbt-${MANTISBT_VERSION}.tar.gz/download | tar xzvf - -C /var/www/html \