Skip to content

Commit

Permalink
Add: missing libhiredis-dev dependency to prod-testing docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
jjnicola committed Jan 19, 2024
1 parent e2a5c9d commit 79b76da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .docker/prod-testing.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ RUN apt-get update && apt-get install --no-install-recommends --no-install-sugge
libhdb9-heimdal \
libpopt0 \
libcurl4 \
libhiredis0.14 \
libhiredis-dev \
zlib1g\
&& rm -rf /var/lib/apt/lists/*
COPY .docker/openvas.conf /etc/openvas/
Expand Down

0 comments on commit 79b76da

Please sign in to comment.