Skip to content

Commit

Permalink
Fix: stable.Dockerfile use gvm-libs as root
Browse files Browse the repository at this point in the history
The stable.Dockerfile was using the feed image as a root image which is
incorrect; this changes that to use gvm-libs instead.
  • Loading branch information
nichtsfrei committed Nov 15, 2021
1 parent 7ee6331 commit 3ed4a08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .docker/stable.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN DESTDIR=/install cmake --build /build -- install

FROM greenbone/community-feed-vts AS feed

FROM greenbone/gvm-libs:$VERSION
RUN apt-get update && apt-get install --no-install-recommends --no-install-suggests -y \
bison \
libjson-glib-1.0-0 \
Expand Down

0 comments on commit 3ed4a08

Please sign in to comment.