Skip to content

Commit

Permalink
ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
jjnicola committed Sep 29, 2023
1 parent ab5030f commit b370ab8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .docker/build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ RUN apt-get update && apt-get install --no-install-recommends --no-install-sugge
libroken19-heimdal \
libhdb9-heimdal \
libpopt0 \
nettle-dev
&& rm -rf /var/lib/apt/lists/*
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 \
zlib1g\
nettle-dev\
&& 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 b370ab8

Please sign in to comment.