forked from github.com/eufy_robovac
Downgrade to python 3.9 since it can run just fine on 3.9.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
2
Pipfile
2
Pipfile
@@ -10,4 +10,4 @@ pyinstaller = "*"
|
||||
[dev-packages]
|
||||
|
||||
[requires]
|
||||
python_version = "3.12"
|
||||
python_version = "3.9"
|
||||
|
||||
Reference in New Issue
Block a user