- Use now rx3-docker/php-apache:1.5.3-mga9 image,
- Fix volume path bug in compose file.
This commit is contained in:
@@ -95,7 +95,8 @@ command='${REDPANDA_CONSOLE_HOME}'/bin/redpanda-console -config.filepath '${REDP
|
||||
|
||||
|
||||
|
||||
RUN urpmi --force wget postgresql15 \
|
||||
RUN urpmi.update -a \
|
||||
&& urpmi --force wget postgresql15 \
|
||||
&& mkdir -p /var/www/appl \
|
||||
&& wget -q -O- "https://github.com/${PHPPGADMIN_OWNER}/phppgadmin/archive/${PHPPGADMIN_COMMIT}.tar.gz" | tar xzf - -C ${APACHE_DOC_ROOT} \
|
||||
&& mv ${APACHE_DOC_ROOT}/phppgadmin-${PHPPGADMIN_COMMIT} ${APACHE_DOC_ROOT}/phppgadmin \
|
||||
|
||||
Reference in New Issue
Block a user