summaryrefslogtreecommitdiffstats
path: root/molecule/default
diff options
context:
space:
mode:
Diffstat (limited to 'molecule/default')
-rw-r--r--molecule/default/Dockerfile.raspberrypi.j22
-rw-r--r--molecule/default/Dockerfile.ubuntu.j22
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 \