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 bab31c0 commit b7ee5bdCopy full SHA for b7ee5bd
1 file changed
tests/dockerfiles/Dockerfile
@@ -194,9 +194,9 @@ RUN set -eux; \
194
COPY tests/dockerfiles/docker-php-* /usr/local/bin/
195
ADD https://raw.githubusercontent.com/php/php-src/refs/heads/PHP-8.4/.gdbinit /root/.gdbinit
196
197
-RUN pecl install igbinary uv-beta pgsql memprof
+RUN apt-get update && apt-get -y --no-install-recommends install libuv-dev ssh git unzip libjemalloc2 ffmpeg nghttp2 && apt-get clean && rm -rf /var/lib/apt/lists/*
198
199
-RUN apt-get update && apt-get -y --no-install-recommends install ssh git unzip libjemalloc2 ffmpeg nghttp2 && apt-get clean && rm -rf /var/lib/apt/lists/*
+RUN pecl install igbinary uv-beta pgsql memprof
200
201
ADD tests/dockerfiles/php.ini /usr/local/etc/php/php.ini
202
0 commit comments