mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-04 22:50:54 +00:00
x86 build fix + build cleanup
This commit is contained in:
parent
1f33bfcd6a
commit
8edcb957b9
18 changed files with 36 additions and 208 deletions
|
|
@ -33,5 +33,8 @@ RUN bash /ins/install_searxng.sh
|
|||
# configure ssh
|
||||
RUN bash /ins/configure_ssh.sh
|
||||
|
||||
# after install
|
||||
RUN bash /ins/after_install.sh
|
||||
|
||||
# Keep container running infinitely
|
||||
CMD ["tail", "-f", "/dev/null"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue