This commit is contained in:
2021-05-26 11:26:43 +02:00
parent cbff25dc3e
commit ec5e163cea

View File

@ -32,6 +32,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 && \