1 Commits
1.4.0 ... 1.4.1

Author SHA1 Message Date
1ed81f227a add jq here too 2021-05-26 11:28:08 +02:00

View File

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