Install debian dependencies as is with requirements.txt #2234
mateodurante
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
The IntelMQ Docker container should already contain all necessary and optional dependencies, both system packages and python packages: https://github.com/certat/intelmq-docker/blob/main/.docker/intelmq-full/Dockerfile Which package exactly is missing? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a problem when working with dockerized intelmq instances, the bots have system dependencies, not just pip packages.
So I propose to solve the problem in the same way that the REQUIREMENTS.txt is solved for pip dependencies defining a similar file, such as REQUIREMENTS-DEBIAN.txt, inside the directory of each bot with the list of packages to install via apt install.
Beta Was this translation helpful? Give feedback.
All reactions