chore: unpin python version in release docker

This commit is contained in:
Umut
2023-01-30 12:28:13 +01:00
parent 6d6717a954
commit c1e542ce0e

View File

@@ -16,9 +16,9 @@ RUN apt-get update && apt-get upgrade --no-install-recommends -y && \
apt-get install --no-install-recommends -y \
build-essential \
python3-pip \
python3.8 \
python3.8-dev \
python3.8-tk \
python3 \
python3-dev \
python3-tk \
python-is-python3 && \
rm -rf /var/lib/apt/lists/* && \
python3 -m pip install --no-cache-dir --upgrade pip wheel setuptools && \