From: Loic Dachary Date: Thu, 5 Mar 2015 11:06:21 +0000 (+0100) Subject: tests: jq is not available on Ubuntu precise X-Git-Tag: v0.94~53^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f8dec723f7698654371038ff06645d7a0c5367cc;p=ceph.git tests: jq is not available on Ubuntu precise It should be installed from precise-backports but since it is not currently used, just remove it. Signed-off-by: Loic Dachary --- diff --git a/src/test/ubuntu-12.04/Dockerfile.in b/src/test/ubuntu-12.04/Dockerfile.in index fddf929324dc..a3d05cdb79b1 100644 --- a/src/test/ubuntu-12.04/Dockerfile.in +++ b/src/test/ubuntu-12.04/Dockerfile.in @@ -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