- Use now rx3-docker/server:1.2.2-mga9 image.

This commit is contained in:
2025-04-21 18:06:59 +02:00
parent 1de308fdb9
commit 6950cbf180
4 changed files with 12 additions and 3 deletions

View File

@@ -105,7 +105,8 @@ command=/usr/local/sbin/postsql'
RUN urpmi --force postgresql15 postgresql15-server postgresql15-pl \
RUN urpmi.update -a \
&& urpmi --force postgresql15 postgresql15-server postgresql15-pl \
&& echo -e "${POSTGRESQLD}" | sed -e "s/\`/'/g" -e 's/ *$//' > /etc/init.d/postgresqld \
&& chmod a+x /etc/init.d/postgresqld \
&& ln -s /etc/init.d/postgresqld /etc/rcD.d/S30postgresqld \