]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
tests: add xmlstarlet in containers
authorLoic Dachary <ldachary@redhat.com>
Sun, 21 Dec 2014 09:58:39 +0000 (10:58 +0100)
committerLoic Dachary <ldachary@redhat.com>
Sun, 21 Dec 2014 16:53:00 +0000 (17:53 +0100)
It can be removed once https://github.com/ceph/ceph/pull/3228 is merged
and xmlstarlet is found in ceph.spec.in and debian/control.

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

index 6e2edf2b0cbdf6b49b4bf58aac65e4d4b14d70f2..7b4aa7673d9638997bebdc91dc479fa2e19918f5 100644 (file)
@@ -38,6 +38,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
+RUN yum install -y ccache valgrind gdb git python-virtualenv gdisk kpartx hdparm jq sudo xmlstarlet
 RUN useradd -M --uid %%user_id%% %%USER%% && echo '%%USER%% ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
-
index e6c55678abdd6ffbd9d798a31ecc290e0b69c95c..3cf842ebee8eb1785511ba6143d1c7f6f316427f 100644 (file)
@@ -27,5 +27,5 @@ RUN apt-get update
 # build dependencies
 RUN cd /root ; ./install-deps.sh
 # development tools
-RUN apt-get install -y ccache valgrind gdb python-virtualenv gdisk kpartx hdparm jq
+RUN apt-get install -y ccache valgrind gdb python-virtualenv gdisk kpartx hdparm jq xmlstarlet
 RUN useradd -M --uid %%user_id%% %%USER%% && echo '%%USER%% ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers