diff options
Diffstat (limited to 'molecule/default/Dockerfile.ubuntu.j2')
| -rw-r--r-- | molecule/default/Dockerfile.ubuntu.j2 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/molecule/default/Dockerfile.ubuntu.j2 b/molecule/default/Dockerfile.ubuntu.j2 index 4cf904ed..c5bf53cc 100644 --- a/molecule/default/Dockerfile.ubuntu.j2 +++ b/molecule/default/Dockerfile.ubuntu.j2 @@ -7,11 +7,12 @@ ARG DEBIAN_FRONTEND=noninteractive ENV container docker RUN apt-get update \ - && apt-get install -y --no-install-recommends locales systemd avahi-daemon python3 \ - && apt-get clean \ + && apt-get install -y --no-install-recommends \ + locales systemd avahi-daemon python3 iproute2 \ && rm -Rf /var/lib/apt/lists/* \ && rm -Rf /usr/share/doc \ - && rm -Rf /usr/share/man + && rm -Rf /usr/share/man \ + && apt-get clean # Fix potential UTF-8 errors with ansible-test. RUN locale-gen en_US.UTF-8 |
