summaryrefslogtreecommitdiffstats
path: root/ansible/test/images/docker/centos7/Dockerfile
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2019-04-18 15:26:49 +0200
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>2019-04-18 15:26:49 +0200
commitf3f5be4bdb859b64b50865c1fa09925a6c2b4218 (patch)
tree731b76867f4a63281630d093c8ed38492ecfc885 /ansible/test/images/docker/centos7/Dockerfile
parent45fa0030abb4c013722f68c1ef23d53ba1d1620e (diff)
Optimize test for 'resource-data' role
Moved 'file' package installation from Molecule's 'prepare' stage to Dockerfile to shorten the test invocation. Change-Id: Icbb805c54a4fd42003d0cde037fa56208bd6008a Issue-ID: OOM-1809 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'ansible/test/images/docker/centos7/Dockerfile')
-rw-r--r--ansible/test/images/docker/centos7/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/test/images/docker/centos7/Dockerfile b/ansible/test/images/docker/centos7/Dockerfile
index 67e3fb93..0f6e5596 100644
--- a/ansible/test/images/docker/centos7/Dockerfile
+++ b/ansible/test/images/docker/centos7/Dockerfile
@@ -3,7 +3,7 @@ FROM centos/systemd
RUN yum -y update && yum clean all
RUN yum -y install openssh-server sudo openssh-clients \
- epel-release python-docker-py iproute e2fsprogs
+ epel-release python-docker-py iproute e2fsprogs file
RUN systemctl enable sshd.service
VOLUME ["/run"]