summaryrefslogtreecommitdiffstats
path: root/molecule/raspberrypi/Dockerfile.j2
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-09-12 17:17:30 +0200
committerAhmed Abdelhalim <[email protected]>2025-09-12 17:17:30 +0200
commite40a63f465bf2ad045afd054b7a27ffe8eed5296 (patch)
tree3f905af228e6e66fa2f8a6f28e6d1b087a37c029 /molecule/raspberrypi/Dockerfile.j2
parent5c0d85530d78788c309138783d824ed14e8ec718 (diff)
Fix the testing of gateway role in containers/CI
Diffstat (limited to 'molecule/raspberrypi/Dockerfile.j2')
-rw-r--r--molecule/raspberrypi/Dockerfile.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/molecule/raspberrypi/Dockerfile.j2 b/molecule/raspberrypi/Dockerfile.j2
index aa620c58..26e0dc9e 100644
--- a/molecule/raspberrypi/Dockerfile.j2
+++ b/molecule/raspberrypi/Dockerfile.j2
@@ -8,7 +8,7 @@ ENV container docker
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
- systemd python3 avahi-daemon iproute2 ifupdown \
+ systemd python3 avahi-daemon iproute2 ifupdown udev \
&& rm -Rf /var/lib/apt/lists/* \
&& rm -Rf /usr/share/doc \
&& rm -Rf /usr/share/man \