diff --git a/docker/jq/Dockerfile b/docker/jq/Dockerfile index a458698f1b3cc..3e4cbfa46198d 100644 --- a/docker/jq/Dockerfile +++ b/docker/jq/Dockerfile @@ -1,7 +1,7 @@ FROM demisto/python3-deb:3.11.10.117398 -RUN apt-get update && apt-get install build-essential flex bison libtool make automake autoconf -y +RUN apt-get update && apt-get install build-essential flex bison libtool make automake autoconf -y COPY requirements.txt .