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