add apt install wget

pull/20579/head
Hannah Shi 5 years ago
parent 2e1cfb75a8
commit 86d075a8e6
  1. 2
      tools/dockerfile/distribtest/php_jessie_x64/Dockerfile

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

Loading…
Cancel
Save