Răsfoiți Sursa

add zlib1g-dev to include zlib.h

root 5 ani în urmă
părinte
comite
2153047b43
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      tools/dockerfile/distribtest/php7_stretch_x64/Dockerfile

+ 1 - 1
tools/dockerfile/distribtest/php7_stretch_x64/Dockerfile

@@ -14,7 +14,7 @@
 
 
 FROM debian:stretch
 FROM debian:stretch
 
 
-RUN apt-get update && apt-get install -y php php-dev php-pear wget
+RUN apt-get update && apt-get install -y php php-dev php-pear wget zlib1g-dev
 
 
 RUN wget https://phar.phpunit.de/phpunit-5.7.27.phar && \
 RUN wget https://phar.phpunit.de/phpunit-5.7.27.phar && \
   mv phpunit-5.7.27.phar /usr/local/bin/phpunit && \
   mv phpunit-5.7.27.phar /usr/local/bin/phpunit && \