fix: use docker-php-ext-install

This commit is contained in:
Benjamin Bädorf 2023-11-15 21:14:55 +01:00
parent 43327fac38
commit bb142bf82d
No known key found for this signature in database
GPG key ID: 1B7BF5B77A521346

View file

@ -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