- 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 16:33:00 +02:00
parent 4c0f77ed4f
commit 023ba94c23
4 changed files with 22 additions and 10 deletions

View File

@@ -112,7 +112,7 @@ command=/usr/local/sbin/postsql'
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 mariadb \
&& echo -e "${MYSQLD}" | sed -e "s/\`/'/g" -e 's/ *$//' > /etc/init.d/mysqld \