diff options
Diffstat (limited to 'ansible/test')
-rw-r--r-- | ansible/test/images/docker/ubuntu/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/test/images/docker/ubuntu/Dockerfile b/ansible/test/images/docker/ubuntu/Dockerfile index 1828c5b7..6dd079ad 100644 --- a/ansible/test/images/docker/ubuntu/Dockerfile +++ b/ansible/test/images/docker/ubuntu/Dockerfile @@ -5,7 +5,7 @@ FROM ubuntu:${RELEASE} ENV container docker # Install necessary packages -RUN apt-get update && apt-get -y install dbus systemd openssh-server +RUN apt-get update && apt-get -y install dbus systemd openssh-server iproute2 python3-docker # Create symlink python3 -> python RUN ln -s /usr/bin/python3 /usr/bin/python |