We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8d8ea7 + 56abbbb commit a706d6fCopy full SHA for a706d6f
template/Dockerfile.blade.php
@@ -7,6 +7,7 @@
7
RUN apk add --no-cache --virtual .build-deps $PHPIZE_DEPS \
8
&& pecl install ast \
9
&& echo 'extension=ast.so' >> /usr/local/etc/php/php.ini \
10
+ && docker-php-ext-enable xdebug \
11
&& apk del .build-deps \
12
&& rm -rf /var/cache/apk/* /tmp/*
13
0 commit comments