fix: use docker-php-ext-install
This commit is contained in:
parent
43327fac38
commit
bb142bf82d
|
@ -1,8 +1,8 @@
|
|||
FROM mediawiki:stable
|
||||
|
||||
RUN apt-get update && apt-get install -y wget tar unzip libpq-dev
|
||||
RUN docker-php-ext-configure pdo_pgsql
|
||||
RUN docker-php-ext-configure pgsql --with-pgsql=/usr/local/pgsql
|
||||
RUN docker-php-ext-install pgsql
|
||||
|
||||
|
||||
RUN wget https://extdist.wmflabs.org/dist/extensions/PluggableAuth-REL1_40-eb10a76.tar.gz
|
||||
|
|
Loading…
Reference in a new issue