diff options
author | 2021-04-20 11:53:59 +0200 | |
---|---|---|
committer | 2021-04-22 08:49:24 +0200 | |
commit | 2df30e25839b4a29e363cab9bd82b2a3269436f9 (patch) | |
tree | b13493f151de22ad855e04fc1b747aca89063573 /ansible/test | |
parent | e6abc2f61221ce4f2b357fddfcac8c755249977d (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/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 |