Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
devsecopsale opened this issue Jun 23, 2021 · 0 comments · May be fixed by #98
Closed

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

devsecopsale opened this issue Jun 23, 2021 · 0 comments · May be fixed by #98

Comments

@devsecopsale
Copy link

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:

  • Docker version 19

Backtrace

Please copy paste the backtrace here if available

Solution

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

devsecopsale added a commit to devsecopsale/dagda that referenced this issue Jun 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant