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 b7ee5bd commit 807c86cCopy full SHA for 807c86c
1 file changed
tests/dockerfiles/Dockerfile
@@ -194,7 +194,7 @@ 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 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/*
+RUN apt-get update && apt-get -y --no-install-recommends install libuv1-dev ssh git unzip libjemalloc2 ffmpeg nghttp2 && apt-get clean && rm -rf /var/lib/apt/lists/*
198
199
RUN pecl install igbinary uv-beta pgsql memprof
200
0 commit comments