Fix base image for test image

This commit is contained in:
Deon George 2021-07-16 17:17:15 +10:00
parent 9ec44c6646
commit 0a92327117

View File

@ -1,7 +1,7 @@
# NAME leenooks/php # NAME leenooks/php
# VERSION 8.0-fpm-test # VERSION 8.0-fpm-test
FROM registry.leenooks.net/leenooks/php:8.0-fpm-latest FROM registry.leenooks.net/leenooks/php:8.0-fpm-server
RUN pecl install xdebug \ RUN pecl install xdebug \
&& docker-php-ext-enable xdebug && docker-php-ext-enable xdebug