mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
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:
committed by
Tobias Waldekranz
parent
b88348145c
commit
ecdf2a1012
@@ -3,6 +3,7 @@ FROM alpine:3.18.0
|
||||
RUN apk add --no-cache \
|
||||
busybox-extras \
|
||||
e2fsprogs \
|
||||
fakeroot \
|
||||
gcc \
|
||||
graphviz \
|
||||
iproute2 \
|
||||
|
||||
Reference in New Issue
Block a user