diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-08-21 03:33:39 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-08-21 03:33:39 +0200 |
| commit | 295f2cd4595ff032f9631bb6c6b5a60ecaf6dce8 (patch) | |
| tree | 28e45623e608ea7e61063d8c562289c75f24f15d /molecule/default | |
| parent | 0f9de5e20c996ef231db505bbe18402c1ea7021e (diff) | |
Fix the testing by adding the missing docker debian package
This package installs the networking.service, that is found on normal
desktop/server setups and is required by the stricter network role to be
disabled (instead of allowing failed_when: false relaxed condition)
Diffstat (limited to 'molecule/default')
| -rw-r--r-- | molecule/default/Dockerfile.raspberrypi.j2 | 2 | ||||
| -rw-r--r-- | molecule/default/Dockerfile.ubuntu.j2 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/molecule/default/Dockerfile.raspberrypi.j2 b/molecule/default/Dockerfile.raspberrypi.j2 index 28bde7c8..aa620c58 100644 --- a/molecule/default/Dockerfile.raspberrypi.j2 +++ b/molecule/default/Dockerfile.raspberrypi.j2 @@ -8,7 +8,7 @@ ENV container docker RUN apt-get update \ && apt-get install -y --no-install-recommends \ - systemd python3 avahi-daemon iproute2 \ + systemd python3 avahi-daemon iproute2 ifupdown \ && rm -Rf /var/lib/apt/lists/* \ && rm -Rf /usr/share/doc \ && rm -Rf /usr/share/man \ diff --git a/molecule/default/Dockerfile.ubuntu.j2 b/molecule/default/Dockerfile.ubuntu.j2 index c5bf53cc..37199b55 100644 --- a/molecule/default/Dockerfile.ubuntu.j2 +++ b/molecule/default/Dockerfile.ubuntu.j2 @@ -8,7 +8,7 @@ ENV container docker RUN apt-get update \ && apt-get install -y --no-install-recommends \ - locales systemd avahi-daemon python3 iproute2 \ + locales systemd avahi-daemon python3 iproute2 ifupdown \ && rm -Rf /var/lib/apt/lists/* \ && rm -Rf /usr/share/doc \ && rm -Rf /usr/share/man \ |
