Redis recently switched to Debian 12 as base image. That in turn causes pip to fail because it's not allowed to install packages at the system level anymore.
Since all required packages are available as Debian packages, I switched to installing them via apt. I also pinned the image version to avoid future surprise breakage.
Redis recently switched to Debian 12 as base image. That in turn causes pip to fail because it's not allowed to install packages at the system level anymore.
Since all required packages are available as Debian packages, I switched to installing them via apt. I also pinned the image version to avoid future surprise breakage.