# NAME leenooks/php # VERSION 8.1-fpm-alpine-test FROM registry.dege.au/leenooks/php:8.1-fpm-alpine # Add other built tools RUN apk --no-cache add npm linux-headers \ && pecl_install xdebug \ && apk --no-cache del linux-headers