- Use now rx3-docker/server:1.2.2-mga9 image.
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user