2020-08-23 02:54:50 +00:00
|
|
|
# NAME leenooks/php
|
2023-01-31 22:52:51 +00:00
|
|
|
# VERSION 8.1-fpm-alpine-test
|
2020-08-23 02:54:50 +00:00
|
|
|
|
2023-01-31 22:52:51 +00:00
|
|
|
FROM registry.dege.au/leenooks/php:8.1-fpm-alpine
|
2020-08-23 02:54:50 +00:00
|
|
|
|
2023-01-31 22:52:51 +00:00
|
|
|
# Add other built tools
|
2023-04-05 13:13:56 +00:00
|
|
|
RUN apk --no-cache add npm linux-headers \
|
|
|
|
&& pecl_install xdebug \
|
|
|
|
&& apk --no-cache del linux-headers
|