]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
tests: jq is not available on Ubuntu precise
authorLoic Dachary <ldachary@redhat.com>
Thu, 5 Mar 2015 11:06:21 +0000 (12:06 +0100)
committerLoic Dachary <ldachary@redhat.com>
Sat, 7 Mar 2015 01:40:13 +0000 (02:40 +0100)
It should be installed from precise-backports but since it is not
currently used, just remove it.

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

index fddf929324dc29cf899d3e626d5aefc304292c0c..a3d05cdb79b18592f8fbc3cef5a0a47479512fec 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 xmlstarlet
+RUN apt-get install -y ccache valgrind gdb python-virtualenv gdisk kpartx hdparm xmlstarlet
 RUN useradd -M --uid %%user_id%% %%USER%% && echo '%%USER%% ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers