From: deepssin Date: Thu, 10 Jul 2025 05:58:46 +0000 (-0400) Subject: Add jq and curl to teuthology-dev Dockerfile X-Git-Tag: 1.2.2~15^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F2063%2Fhead;p=teuthology.git Add jq and curl to teuthology-dev Dockerfile Signed-off-by: deepssin --- diff --git a/containers/teuthology-dev/Dockerfile b/containers/teuthology-dev/Dockerfile index 97e0677ef..9ae409298 100644 --- a/containers/teuthology-dev/Dockerfile +++ b/containers/teuthology-dev/Dockerfile @@ -11,6 +11,8 @@ RUN apt-get update && \ python3-pip \ python3-venv \ vim \ + jq \ + curl \ libev-dev \ libvirt-dev \ libffi-dev \