10 lines
232 B
Docker
10 lines
232 B
Docker
# 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
|