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.
1 parent 3458537 commit 28512ccCopy full SHA for 28512cc
Dockerfile
@@ -1,12 +1,2 @@
1
-FROM webdevops/php-nginx-dev:8.2-alpine
2
-USER root
3
-
4
-# Install necessary build tools and headers
5
-RUN apk add --no-cache autoconf g++ make linux-headers
6
7
-RUN pecl uninstall xdebug \
8
- && rm -rf /usr/local/lib/php/extensions/no-debug-non-zts-*/xdebug.so \
9
- && rm -rf /usr/local/lib/php/extensions/no-debug-non-zts-*/xdebug.so.debug
10
11
-RUN pecl install xdebug-3.2.2 \
12
- && docker-php-ext-enable xdebug
+FROM webdevops/php-nginx-dev:8.3-alpine
+RUN echo memory_limit = -1 >> /usr/local/etc/php/conf.d/docker-php-memlimit.ini;
0 commit comments