test: add fakeroot to the docker image

We need fakeroot for running tcpdump inside the container.

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg
2023-06-30 14:13:09 +02:00
committed by Tobias Waldekranz
parent b88348145c
commit ecdf2a1012
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -3,6 +3,7 @@ FROM alpine:3.18.0
RUN apk add --no-cache \
busybox-extras \
e2fsprogs \
fakeroot \
gcc \
graphviz \
iproute2 \
+1 -1
View File
@@ -2,7 +2,7 @@
set -e
INFIX_TEST=ghcr.io/kernelkit/infix-test:0.3
INFIX_TEST=ghcr.io/kernelkit/infix-test:0.4
extract_yang()
{