From: Loic Dachary Date: Fri, 9 Jan 2015 23:05:53 +0000 (+0100) Subject: tests: install parted in centos Dockerfile X-Git-Tag: v0.92~28^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F3343%2Fhead;p=ceph.git 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 --- 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