fix Dockerfile

This commit is contained in:
2021-09-29 16:47:23 +02:00
parent b8f8674ca6
commit 5074102501

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/python3 /usr/bin/python && \
ln -s /usr/bin/pip3 /usr/bin/pip && \
pip install Cheetah3 && \
cd /tmp && \