fix Dockerfile

This commit is contained in:
2021-09-29 16:49:45 +02:00
parent 5074102501
commit 2d02b0dc15

View File

@ -34,7 +34,6 @@ RUN \
apt install -y doxygen && \
apt install -y jq && \
rm -rf /var/lib/apt/lists/* && \
ln -s /usr/bin/pip3 /usr/bin/pip && \
pip install Cheetah3 && \
cd /tmp && \
wget $RELEASETOOL_URL && \