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.
2 parents 89a0447 + 5e9a7c6 commit 7a38b85Copy full SHA for 7a38b85
Dockerfile
@@ -2,8 +2,8 @@ FROM php:5.5-fpm
2
3
MAINTAINER Michele Sorcinelli "michelesr@autistici.org"
4
5
-RUN apt update && apt install -y git
+RUN apt update && apt install -y git zlib1g-dev
6
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
7
-RUN docker-php-ext-install bcmath
+RUN docker-php-ext-install bcmath zip
8
9
ENV COMPOSER_BIN_DIR /usr/local/bin
0 commit comments