Skip to content

Commit 7a38b85

Browse files
committed
Merge pull request #1 from kobe25/zip
Add zip support
2 parents 89a0447 + 5e9a7c6 commit 7a38b85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ FROM php:5.5-fpm
22

33
MAINTAINER Michele Sorcinelli "michelesr@autistici.org"
44

5-
RUN apt update && apt install -y git
5+
RUN apt update && apt install -y git zlib1g-dev
66
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
7-
RUN docker-php-ext-install bcmath
7+
RUN docker-php-ext-install bcmath zip
88

99
ENV COMPOSER_BIN_DIR /usr/local/bin

0 commit comments

Comments
 (0)