Skip to content

Conversation

@mrrobot47
Copy link
Member

This pull request updates the installation process for the libc-client-dev package in the PHP Dockerfiles for versions 8.1, 8.2, 8.3, and 8.4. The main change is to switch from installing libc-client-dev directly via the default Debian repositories to installing it from the Sury PHP repository, which is necessary because the package is not available in Debian Trixie.

Dependency installation updates:

  • Removed direct installation of libc-client-dev from the default package list in php/8.1/Dockerfile, php/8.2/Dockerfile, php/8.3/Dockerfile, and php/8.4/Dockerfile. [1] [2] [3] [4]
  • Added a new step in each Dockerfile to install libc-client-dev from the Sury PHP repository using curl and apt-get, ensuring compatibility with Debian Trixie. [1] [2] [3] [4]

@mrrobot47 mrrobot47 merged commit 0709f9b into EasyEngine:develop Sep 2, 2025
14 of 15 checks passed
@mrrobot47 mrrobot47 deleted the lib/fixes branch September 2, 2025 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant