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 ab9b2d8 commit f2ebc13Copy full SHA for f2ebc13
Dockerfile
@@ -11,6 +11,7 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends \
11
RUN pecl install igbinary-3.2.15 && \
12
pecl install --configureoptions='enable-redis-igbinary="yes"' redis-6.2.0 && \
13
pecl install protobuf-4.27.2 grpc-1.64.1 && \
14
+ pecl install xdebug && \
15
rm -rf /tmp/pear
16
17
# Install PHP extensions via source (php-ext-lz4)
@@ -29,7 +30,3 @@ RUN git clone --recursive --depth=1 https://github.com/NoiseByNorthwest/php-spx.
29
30
cd /tmp/php-spx && \
31
phpize && ./configure && make && make install && \
32
rm -rf /tmp/php-spx
-
33
-# Install and configure Xdebug
34
-RUN pecl install xdebug && \
35
- rm -rf /tmp/pear
0 commit comments