Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed Dockerfile to resolve deps using pipenv/Pipefile(.lock) befor…
…e pip3->setup.py for httpbin. Also added Pipfile(.lock) prior to the remaining source, improving Docker image cacheability. Git is also required to fetch pyyaml. This results in more deterministic and reproducible image builds, since httpbin dependencies are installed using locked versions from Pipfile.lock before httpbin is itself installed. Fixed #493.
- Loading branch information