add jq here too

This commit is contained in:
2021-05-26 11:28:08 +02:00
parent e4503589e2
commit 1ed81f227a

View File

@ -30,6 +30,7 @@ RUN \
apt install -y p7zip-full && \ apt install -y p7zip-full && \
apt install -y procps && \ apt install -y procps && \
apt install -y doxygen && \ apt install -y doxygen && \
apt install -y jq && \
rm -rf /var/lib/apt/lists/* && \ rm -rf /var/lib/apt/lists/* && \
cd /tmp && \ cd /tmp && \
wget $RELEASETOOL_URL && \ wget $RELEASETOOL_URL && \