Update adminer

This commit is contained in:
Arnie
2019-11-20 13:50:33 +01:00
parent 98221c2f7a
commit 84a14307cb
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -6,6 +6,12 @@ USER root
RUN rm /usr/local/etc/php/conf.d/0-upload_large_dumps.ini
RUN apk add --no-cache \
$PHPIZE_DEPS \
&& pecl install mongodb \
&& pecl clear-cache \
&& docker-php-ext-enable mongodb
COPY ["conf.d/", "/usr/local/etc/php/conf.d"]
USER adminer