Skip to content

Commit

Permalink
Fix: install libhiredis on openvas image instead of using gvm-libs
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtsfrei committed Jan 16, 2024
1 parent 657acf3 commit daee772
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .docker/prod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit daee772

Please sign in to comment.