#13 Dockerfile's Fedora version causes a ModuleNotFoundError
Closed: Fixed by frantisekz. Opened by rlim.

The line ,"FROM registry.fedoraproject.org/fedora:33", within the Dockerfile causes an error when the image is being built; The error is "ModuleNotFoundError: No module named 'werkzeug.contrib'". Using Fedora 32 as a base is a temporary workaround for this issue


Created issue as requested! @frantisekz

Metadata Update from @frantisekz:
- Issue assigned to frantisekz

https://werkzeug.palletsprojects.com/en/2.0.x/changes/#version-0-15-0

cache has been extracted into a separate project, cachelib. The version in Werkzeug is deprecated.

Fix: https://pagure.io/taskotron/resultsdb_frontend/pull-request/20

Commit a6dd2861 fixes this issue

Metadata
Related Pull Requests