Skip to content

Commit 807c86c

Browse files
committed
Fix
1 parent b7ee5bd commit 807c86c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/dockerfiles/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ RUN set -eux; \
194194
COPY tests/dockerfiles/docker-php-* /usr/local/bin/
195195
ADD https://raw.githubusercontent.com/php/php-src/refs/heads/PHP-8.4/.gdbinit /root/.gdbinit
196196

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/*
197+
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/*
198198

199199
RUN pecl install igbinary uv-beta pgsql memprof
200200

0 commit comments

Comments
 (0)