packaging: Bring dependencies up to date
- python 3.11 -> 3.12
This commit is contained in:
parent
a3fd5635d0
commit
a059ae8192
25 changed files with 38 additions and 38 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
FROM fedora:38
|
||||
|
||||
RUN dnf -y install python3.11 python3-pip pipx gcc python3.11-devel
|
||||
RUN dnf -y install python3.12 python3-pip pipx gcc python3.12-devel
|
||||
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