feat(): initial dockerfile

This commit is contained in:
Gareth Flowers 2019-10-16 10:11:19 +01:00 committed by GitHub
parent d5cb29e6ff
commit d95a0aadc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
Dockerfile Normal file
View File

@ -0,0 +1,6 @@
FROM mediawiki:1.33.1
RUN apt-get update \
&& apt-get install -y --no-install-recommends libldap2-dev libpq-dev \
&& docker-php-ext-install ldap pgsql pdo pdo_pgsql \
&& rm -rf /var/lib/apt/lists