Problem on building 6.0/apache
Closed this issue · 2 comments
infraGoga commented
Since last version there is an error when building the image.
3.872 + apt-get install -y --no-install-recommends libldap2-dev libfreetype6-dev libjpeg-dev libonig-dev zlib1g-dev libc-client-dev libkrb5-dev libpng-dev libpq-dev libzip-dev libtidy-dev libsodium-dev
3.885 Reading package lists...
5.465 Building dependency tree...
5.885 Reading state information...
5.950 E: Unable to locate package libc-client-dev
martialblog commented
Hi, I assume is because of the recent Debian Trixie release.
+ apt-get update
Hit:1 http://deb.debian.org/debian trixie InRelease
Either use FROM docker.io/php:8.3-apache-bookwork or check what packages changed and update them accordingly.
I'll try to update the Containerfiles soon
martialblog commented
I pinned the base image to Bookworm. Going to do the Trixie update at a later point