summaryrefslogtreecommitdiffstats
path: root/molecule/raspberrypi
diff options
context:
space:
mode:
Diffstat (limited to 'molecule/raspberrypi')
-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 \