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 a371755 commit 0d25da7Copy full SHA for 0d25da7
Dockerfile
@@ -1,6 +1,6 @@
1
FROM php:7.1.30
2
3
-RUN apt-get update && apt-get install -y ssh libffi-dev python-dev libssl-dev rsync python-pip python-setuptools && \
+RUN apt-get update && apt-get install -y zlib1g-dev ssh libffi-dev python-dev libssl-dev rsync python-pip python-setuptools && \
4
docker-php-ext-install bcmath && \
5
docker-php-ext-install zip && \
6
pip install -U pip setuptools && \
0 commit comments