php/Dockerfile.phptest

10 lines
232 B
Docker
Raw Normal View History

2020-08-23 02:54:50 +00:00
# NAME leenooks/php
# VERSION 8.1-fpm-alpine-test
2020-08-23 02:54:50 +00:00
FROM registry.dege.au/leenooks/php:8.1-fpm-alpine
2020-08-23 02:54:50 +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