From 3af26097ff12cca18affbed7e6da8e8300fb8feb Mon Sep 17 00:00:00 2001 From: Philipp Eder Date: Tue, 16 Jan 2024 13:03:53 +0100 Subject: [PATCH] Fix: install libhiredis on openvas image instead of using gvm-libs --- .docker/prod.Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/.docker/prod.Dockerfile b/.docker/prod.Dockerfile index d71dba379..d05e735b6 100644 --- a/.docker/prod.Dockerfile +++ b/.docker/prod.Dockerfile @@ -38,6 +38,7 @@ RUN apt-get update && apt-get install --no-install-recommends --no-install-sugge libcurl4 \ libcurl3-gnutls \ zlib1g \ + libhiredis0.14 \ && rm -rf /var/lib/apt/lists/* COPY .docker/openvas.conf /etc/openvas/ # must be pre built within the rust dir and moved to the bin dir