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>
# 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