mirror of
https://github.com/ail-project/ail-framework.git
synced 2025-01-19 00:36:14 +00:00
Fix: Update improvments with some points
This commit is contained in:
parent
aa54eedc55
commit
31c3467cb9
1 changed files with 7 additions and 0 deletions
|
@ -34,6 +34,9 @@ the packages that it uses. Some packages are being called in the requiremtents.t
|
||||||
but they are also being build in the `installing_deps.sh`. Is this really needed?
|
but they are also being build in the `installing_deps.sh`. Is this really needed?
|
||||||
Can we just have the packages being called in the requirements.txt? Why are we
|
Can we just have the packages being called in the requirements.txt? Why are we
|
||||||
building the packages using apt?
|
building the packages using apt?
|
||||||
|
Here are some packages that are buing built using apt:
|
||||||
|
- [ ] faup
|
||||||
|
- [ ] tlsh
|
||||||
|
|
||||||
- [ ] If all of these points are correct and are implemented, then it will be
|
- [ ] If all of these points are correct and are implemented, then it will be
|
||||||
needed to create a different way of building the project and the installation
|
needed to create a different way of building the project and the installation
|
||||||
|
@ -46,3 +49,7 @@ for docker and for bare metal installation.
|
||||||
devcontainers so that we can really isolate the developing process. (If there's
|
devcontainers so that we can really isolate the developing process. (If there's
|
||||||
more tools that could be implemented, fell free to add to the list)
|
more tools that could be implemented, fell free to add to the list)
|
||||||
- [ ] Devcontainers
|
- [ ] Devcontainers
|
||||||
|
|
||||||
|
- [ ] Undestand what each service of installing_deps.sh does. So that it can be
|
||||||
|
understood how the docker-compose.yaml file will be built.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue