summaryrefslogtreecommitdiffstats
path: root/ansible/test
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2021-04-20 11:53:59 +0200
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>2021-04-20 16:04:04 +0200
commit83dd5ae87cd770ef72079db519781be6a01e7e85 (patch)
tree362ac07956bf55bdf20f81ee184836ce60b1158e /ansible/test
parent91cb0cb6886ff6773e6ab2359aa3abd10406f7f2 (diff)
[MOLECULE 3.3.0] Fix verifier tests for several roles
Change-Id: I54f618fbb3d1bfefca329e647f78ba9b93f8a283 Issue-ID: OOM-2722 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'ansible/test')
-rw-r--r--ansible/test/images/docker/ubuntu/Dockerfile2
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