Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelTallet committed Oct 26, 2021
1 parent e8132dc commit 65abe62
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 104 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /opt/mongodb-php-gui
COPY . /opt/mongodb-php-gui

RUN apk update && apk add --no-cache --virtual .build-deps autoconf build-base openssl-dev curl \
&& pecl install mongodb-1.9.0 && docker-php-ext-enable mongodb \
&& pecl install mongodb-1.10.0 && docker-php-ext-enable mongodb \
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
&& apk del .build-deps \
&& composer install \
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"require": {
"nimbly/limber": "^1.3",
"nimbly/capsule": "^1.1",
"mongodb/mongodb": "^1.8"
"mongodb/mongodb": "^1.9"
}
}
136 changes: 34 additions & 102 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 65abe62

Please sign in to comment.