Skip to content

Commit

Permalink
Refactor: Add libbsd to docker images
Browse files Browse the repository at this point in the history
To enable a switch from gvm-libs proctitle-set to libbsd setproctitle
the build and production images need libbsd so that the pipeline goes
through on switch.

This is a preparation to reduce the depndency on gvm-libs.
  • Loading branch information
nichtsfrei committed Apr 28, 2022
1 parent 006c130 commit 95f182d
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 @@ -29,6 +29,7 @@ RUN apt-get update && \
xsltproc \
libcgreen1-dev \
lcov \
libbsd-dev \
libgpgme-dev && \
rm -rf /var/lib/apt/lists/*

Expand Down
1 change: 1 addition & 0 deletions .docker/prod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN apt-get update && \
libical-dev \
postgresql-server-dev-13 \
xml-twig-tools \
libbsd \
xsltproc && \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 95f182d

Please sign in to comment.