Skip to content

Commit

Permalink
Fix: docker: add libcurl3-gnutls
Browse files Browse the repository at this point in the history
Adds missing dependency libcurl3-gnutls
  • Loading branch information
nichtsfrei committed Dec 12, 2023
1 parent ba8f5ca commit 473389f
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 @@ -36,6 +36,7 @@ RUN apt-get update && apt-get install --no-install-recommends --no-install-sugge
libhdb9-heimdal \
libpopt0 \
libcurl4 \
libcurl3-gnutls \
zlib1g \
&& rm -rf /var/lib/apt/lists/*
COPY .docker/openvas.conf /etc/openvas/
Expand Down

0 comments on commit 473389f

Please sign in to comment.