diff --git a/Dockerfile b/Dockerfile index 65c8753..f281e2b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,8 +27,10 @@ RUN cd /tmp \ && /usr/bin/switch-php.sh "7.1" \ && pecl -d php_suffix=7.1 install -f --alldeps pcs igbinary couchbase imagick v8 v8js \ && rm -rf /tmp/* \ + && mkdir -p /tmp/20160303 && rsync -ahp /usr/lib/php/20160303/ /tmp/20160303/ \ && /usr/bin/switch-php.sh "7.2" \ && pecl -d php_suffix=7.2 install -f --alldeps pcs igbinary couchbase imagick v8 v8js \ + && rsync -ahp /tmp/20160303/ /usr/lib/php/20160303/ \ && curl -s -o /tmp/python-support_1.0.15_all.deb https://launchpadlibrarian.net/109052632/python-support_1.0.15_all.deb \ && dpkg -i /tmp/python-support_1.0.15_all.deb \ && apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xF1656F24C74CD1D8 \