We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6b84d1 commit 272b6dfCopy full SHA for 272b6df
docker/Dockerfile
@@ -1,9 +1,9 @@
1
FROM php:7.1-cli
2
3
RUN apt-get update && \
4
- apt-get install -y autoconf pkg-config libssl-dev && \
5
- pecl install mongodb && docker-php-ext-enable mongodb && \
6
- docker-php-ext-install -j$(nproc) pdo pdo_mysql
+ apt-get install -y autoconf pkg-config libssl-dev git && \
+ pecl install mongodb git zlib1g-dev && docker-php-ext-enable mongodb && \
+ docker-php-ext-install -j$(nproc) pdo pdo_mysql zip
7
8
RUN curl -sS https://getcomposer.org/installer | php \
9
&& mv composer.phar /usr/local/bin/ \
0 commit comments