diff --git a/docker/ubuntu/Dockerfile-18.04 b/docker/ubuntu/Dockerfile-18.04 index bb11281..1b2fc7d 100644 --- a/docker/ubuntu/Dockerfile-18.04 +++ b/docker/ubuntu/Dockerfile-18.04 @@ -24,6 +24,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \ autoconf automake libtool \ vim \ ccache \ + jq \ && apt-get clean \ && rm -rf /var/lib/apt/lists/*