FROM mindk/php5.3.29-apache

RUN echo "deb http://deb.debian.org/debian jessie main" > /etc/apt/sources.list && \
    echo "deb http://security.debian.org jessie/updates main" >> /etc/apt/sources.list && \
    apt-get update && \
    apt-get install unzip && \
    pecl install xdebug-2.2.7 && \
    docker-php-ext-enable xdebug
