Downgrade to python 3.9 since it can run just fine on 3.9.

This commit is contained in:
2025-09-09 18:27:52 -07:00
parent 214ddad915
commit 7008746353
3 changed files with 3 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
FROM ubuntu:latest
FROM ubuntu:20.04
ARG DEBIAN_FRONTEND=noninteractive
RUN apt update && apt upgrade -y
RUN apt-get -qq install python3.12-full pipenv -y
RUN apt-get -qq install python3.9 python3.9-dev pipenv -y