chore: fix release docker

This commit is contained in:
Umut
2022-08-30 10:05:16 +03:00
parent cb389a5344
commit b6a7a254ea

View File

@@ -15,7 +15,7 @@ RUN apt-get update && apt-get upgrade --no-install-recommends -y && \
python3.8 \
python3.8-dev \
python3.8-tk \
python-is-python3 \
python-is-python3 && \
rm -rf /var/lib/apt/lists/* && \
python3 -m pip install --no-cache-dir --upgrade pip wheel setuptools && \
echo "export MPLBACKEND=TkAgg" >> /root/.bashrc && \