11 lines
183 B
Docker
11 lines
183 B
Docker
# NAME leenooks/php
|
|
# VERSION 8.1-fpm-alpine-test
|
|
|
|
FROM registry.dege.au/leenooks/php:8.1-fpm-alpine
|
|
|
|
# Enable xdebug
|
|
RUN pecl_install xdebug
|
|
|
|
# Add other built tools
|
|
RUN apk add npm
|