Skip to content

Commit b7ee5bd

Browse files
committed
Cleanup
1 parent bab31c0 commit b7ee5bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/dockerfiles/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,9 @@ 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 pecl install igbinary uv-beta pgsql memprof
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/*
198198

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/*
199+
RUN pecl install igbinary uv-beta pgsql memprof
200200

201201
ADD tests/dockerfiles/php.ini /usr/local/etc/php/php.ini
202202

0 commit comments

Comments
 (0)