Met à jour xdebug vers la version 2.5.0
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
FROM php:7-fpm
|
||||
|
||||
RUN cd /tmp/ && \
|
||||
curl -O https://xdebug.org/files/xdebug-2.4.1.tgz && \
|
||||
tar zxf xdebug-2.4.1.tgz && \
|
||||
RUN curl -o /tmp/xdebug.tgz https://xdebug.org/files/xdebug-2.5.0.tgz && \
|
||||
mkdir -p /usr/src/php/ext/xdebug && \
|
||||
mv xdebug-2.4.1/* /usr/src/php/ext/xdebug/
|
||||
tar xzf /tmp/xdebug.tgz -C /usr/src/php/ext/xdebug/ && \
|
||||
rm /tmp/xdebug.tgz && \
|
||||
mv /usr/src/php/ext/xdebug/xdebug*/* /usr/src/php/ext/xdebug/
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
ssmtp \
|
||||
|
Reference in New Issue
Block a user