]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
tests: install parted in centos Dockerfile 3343/head
authorLoic Dachary <ldachary@redhat.com>
Fri, 9 Jan 2015 23:05:53 +0000 (00:05 +0100)
committerLoic Dachary <ldachary@redhat.com>
Fri, 9 Jan 2015 23:05:53 +0000 (00:05 +0100)
It is needed to run root ceph-disk tests.

http://tracker.ceph.com/issues/10505 Fixes: #10505

Signed-off-by: Loic Dachary <ldachary@redhat.com>
src/test/centos/Dockerfile.in

index 4a1784ec682abe7221b2981a6bffc374dc997f70..f1989060735f0cf2cddc5717c3b144ae2283d5ba 100644 (file)
@@ -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