diff --git a/Dockerfile b/Dockerfile index 95d16dbd5..f3c3fda55 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,6 +51,7 @@ RUN apt-get update && apt-get -y install software-properties-common \ bzip2 \ sudo \ git \ + jq \ && make deps-ubuntu RUN python3 -m venv /usr/local \ && hash -r \