php/Dockerfile.phptest

11 lines
183 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
# Enable xdebug
RUN pecl_install xdebug
2020-10-15 01:28:50 +00:00
# Add other built tools
RUN apk add npm