diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-09-12 17:17:30 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-09-12 17:17:30 +0200 |
| commit | e40a63f465bf2ad045afd054b7a27ffe8eed5296 (patch) | |
| tree | 3f905af228e6e66fa2f8a6f28e6d1b087a37c029 /molecule/raspberrypi | |
| parent | 5c0d85530d78788c309138783d824ed14e8ec718 (diff) | |
Fix the testing of gateway role in containers/CI
Diffstat (limited to 'molecule/raspberrypi')
| -rw-r--r-- | molecule/raspberrypi/Dockerfile.j2 | 2 |
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 \ |
