diff --git a/Dockerfile b/Dockerfile index 31762863a..77762b5a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN apt-get install -y -qq wget # RUN apt-get -y install nano vim # install jq to parse json within bash scripts -RUN apt-get install jq +RUN apt-get install -y jq # cleanup RUN apt-get -y remove --purge build-essential