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
commit106d97feceb2e406a00cea8c7d9ae296cda2d115 (patch)
tree3f905af228e6e66fa2f8a6f28e6d1b087a37c029 /molecule/raspberrypi/Dockerfile.j2
parent9562e9de569684b7b3fa6eb0dc07900588c28252 (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 \