Skip to content

Commit 0d25da7

Browse files
author
alfredbez
committed
install zlib1g-dev to make php zip extension installable
see docker-library/php#61
1 parent a371755 commit 0d25da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM php:7.1.30
22

3-
RUN apt-get update && apt-get install -y ssh libffi-dev python-dev libssl-dev rsync python-pip python-setuptools && \
3+
RUN apt-get update && apt-get install -y zlib1g-dev ssh libffi-dev python-dev libssl-dev rsync python-pip python-setuptools && \
44
docker-php-ext-install bcmath && \
55
docker-php-ext-install zip && \
66
pip install -U pip setuptools && \

0 commit comments

Comments
 (0)