- 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 15:52:56 +02:00
parent 2dc2d49ba8
commit 33f2a84b7b
4 changed files with 22 additions and 11 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 postgresql15 postgresql15-server postgresql15-pl \
&& echo -e "${POSTGRESQLD}" | sed -e "s/\`/'/g" -e 's/ *$//' > /etc/init.d/postgresqld \