docker-library / official-images

Primary source of truth for the Docker "Official Images" program

Home Page:https://hub.docker.com/u/library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

monica:latest not rebuilt?

TimWolla opened this issue · comments

The build queue is still very full (https://doi-janky.infosiftr.net/) since all Debian images have been working though rebuilds since #15395 was merged.

But it does look like the Debian-based versions of monica have been failing to build for a while (https://doi-janky.infosiftr.net/job/multiarch/view/images/view/monica/) and the error seems very familiar:

checking for libmemcached location... configure: error: memcached support requires libmemcached. Use --with-libmemcached-dir=<DIR> to specify the prefix where libmemcached headers and library are located
ERROR: `/tmp/pear/temp/memcached/configure --with-php-config=/usr/local/bin/php-config --with-libmemcached-dir=no --with-zlib-dir=no --with-system-fastlz=no --enable-memcached-igbinary=no --enable-memcached-msgpack=no --enable-memcached-json=no --enable-memcached-protocol=no --enable-memcached-sasl=yes --enable-memcached-session=yes' failed

Aha! found it: docker-library/php#1418; So, the monica Dockerfiles need to add libssl-dev to the apt-get install of dev dependencies (or switch to the bullseye-based PHP images).

Thanks, filed upstream in monicahq/docker#133

Hi! I've updated the image. The build is apparently fine without adding libssl-dev (?) but I've added it anyway.