Skip to content

Commit 52436b8

Browse files
committed
Fix
1 parent 807c86c commit 52436b8

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/build-docker.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ jobs:
3131
runs-on: ${{ matrix.image }}
3232
steps:
3333
- uses: actions/checkout@v4
34-
with:
35-
fetch-depth: 0 # required for composer to automatically detect root package version
3634

3735
# https://github.com/docker/setup-buildx-action
3836
- name: Set up Docker Buildx

docs

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 libuv1-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 libjudy-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)