set python upper bound to 3.13 (#34286)

* try

* test

* ...

* wow

* y

* docker

* <
This commit is contained in:
Maxime Desroches
2024-12-18 22:17:28 -08:00
committed by GitHub
parent 383893d39e
commit 9c9b273a3e
4 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ ENV PYTHONUNBUFFERED=1
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
apt-get install -y --no-install-recommends sudo tzdata locales ssh pulseaudio xvfb x11-xserver-utils gnome-screenshot && \
apt-get install -y --no-install-recommends sudo tzdata locales ssh pulseaudio xvfb x11-xserver-utils gnome-screenshot python3-tk python3-dev && \
rm -rf /var/lib/apt/lists/*
RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && locale-gen