From a2388348f006439d94da03d359de1ad87606dd49 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Sat, 10 Jan 2015 00:05:53 +0100 Subject: [PATCH] tests: install parted in centos Dockerfile It is needed to run root ceph-disk tests. http://tracker.ceph.com/issues/10505 Fixes: #10505 Signed-off-by: Loic Dachary --- src/test/centos/Dockerfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/centos/Dockerfile.in b/src/test/centos/Dockerfile.in index 4a1784ec682a..f1989060735f 100644 --- a/src/test/centos/Dockerfile.in +++ b/src/test/centos/Dockerfile.in @@ -29,5 +29,5 @@ RUN rpm -ivh epel-release-7-5.noarch.rpm # build dependencies RUN cd /root ; ./install-deps.sh # development tools -RUN yum install -y ccache valgrind gdb git python-virtualenv gdisk kpartx hdparm jq sudo xmlstarlet +RUN yum install -y ccache valgrind gdb git python-virtualenv gdisk kpartx hdparm jq sudo xmlstarlet parted RUN useradd -M --uid %%user_id%% %%USER%% && echo '%%USER%% ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers -- 2.47.3