4 lines
80 B
Docker
4 lines
80 B
Docker
FROM prestashop/prestashop:1.7.7.0-apache as common
|
|
|
|
RUN pecl install -f xdebug
|