Skip to content

Commit

Permalink
Merge pull request #360 from mszabo-wikia/mongo-auth-support
Browse files Browse the repository at this point in the history
Support authentication for MongoDB backend
  • Loading branch information
glensc authored Oct 24, 2020
2 parents 667e205 + ac461d9 commit 4b23b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
FROM php:7.3-fpm-alpine AS base

RUN set -x \
&& apk add --no-cache --virtual .build-deps ${PHPIZE_DEPS} postgresql-dev \
&& apk add --no-cache --virtual .build-deps ${PHPIZE_DEPS} postgresql-dev openssl-dev \
&& pecl install mongodb && docker-php-ext-enable mongodb \
&& docker-php-ext-install pdo pdo_mysql pdo_pgsql \
# https://github.com/docker-library/php/blob/c8c4d223a052220527c6d6f152b89587be0f5a7c/7.3/alpine3.12/fpm/Dockerfile#L166-L172
Expand Down

0 comments on commit 4b23b4e

Please sign in to comment.