DFIRKuiper / Kuiper

Digital Forensics Investigation Platform
736 stars 110 forks source link

Fix redis Dockerfile #108

Closed heck-gd closed 7 months ago

heck-gd commented 1 year ago

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.