eliasgranderubio / dagda

a tool to perform static analysis of known vulnerabilities, trojans, viruses, malware & other malicious threats in docker images/containers and to monitor the docker daemon and running docker containers for detecting anomalous activities
Apache License 2.0
1.15k stars 160 forks source link

docker compose build doesn't work: markupsafe dependency missing #97

Closed devsecopsale closed 3 years ago

devsecopsale commented 3 years ago

Short description

following dependency is missing from requirements, which makes docker-compose build fail I'm adding a PR that will fix this.

markupsafe==1.1.1

Reproduction steps

  1. git clone
  2. docker-compose build

Expected results

build the image

Actual results

instead of building the image, it will fail saying there's no such module as markupsafe.

On which platforms did you notice this:

Please complete the following information:

Backtrace

Please copy paste the backtrace here if available

Solution

solution is to add the depencency to requirements.txt file as stated above