izar / pytm

A Pythonic framework for threat modeling
Other
876 stars 165 forks source link

Add missing dependencies in Dockerfile #164

Closed nineinchnick closed 3 years ago

nineinchnick commented 3 years ago

USE_DOCKER=true make was failing because the Docker image was missing dev dependencies (pdoc). This PR addresses it.

It also bumps versions of all dependencies used, including the version of Python and the base Alpine Linux image. This should supersede #163

I also updated the docs.