diff options
Diffstat (limited to 'ansible/test/images/docker/ubuntu/Dockerfile')
-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 6dd079ad..be9e19cf 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 iproute2 python3-docker +RUN apt-get update && apt-get -y install dbus systemd openssh-server iproute2 python3-docker python3-apt # Create symlink python3 -> python RUN ln -s /usr/bin/python3 /usr/bin/python |