mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-04 22:50:54 +00:00
feat: Kali upgrade python3.13
This commit is contained in:
parent
8dd8ee2e44
commit
33618bc030
6 changed files with 57 additions and 20 deletions
|
|
@ -24,6 +24,9 @@ RUN bash /ins/install_base_packages2.sh
|
|||
RUN bash /ins/install_base_packages3.sh
|
||||
RUN bash /ins/install_base_packages4.sh
|
||||
|
||||
# install pyenv
|
||||
RUN bash /ins/install_pyenv.sh
|
||||
|
||||
# install python after packages to ensure version overriding
|
||||
RUN bash /ins/install_python.sh
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue