diff options
Diffstat (limited to 'molecule/default/Dockerfile.ubuntu.j2')
| -rw-r--r-- | molecule/default/Dockerfile.ubuntu.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |
