Revert "packaging: Bring dependencies up to date"
This reverts commit a059ae8192.
Python3.12 is not in the stable distros yet.
This commit is contained in:
parent
6848eff415
commit
79287c19ee
25 changed files with 38 additions and 38 deletions
|
|
@ -3,7 +3,7 @@
|
|||
FROM debian:bookworm
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y python3.12 python3-pip pipx
|
||||
RUN apt-get install -y python3.11 python3-pip pipx
|
||||
COPY . eris
|
||||
RUN PIPX_BIN_DIR=/bin pipx install --system-site-packages ./eris/eris
|
||||
RUN chmod a+rwx -R /root
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue