DFIRKuiper / Kuiper

Digital Forensics Investigation Platform
773 stars 111 forks source link

Fix redis Dockerfile #108

Closed heck-gd closed 1 year 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.