Open
Description
Describe the bug
Docker image keeps failing to build
To Reproduce
Steps to reproduce the behavior:
- Download or clone project
- In the root directory of the project (where the Dockerfile is located), run
docker build .
ordocker build ./
to build a docker image - It throws an error when it gets to the the step
RUN cd /tmp && pipenv install --system
: An error occurred while installing cryptography==3.4.7; python_version >= '3.6'...
Expected behavior
Docker image should build without any errors
Desktop (please complete the following information):
- OS: MAC OS, Catalina, 10.15
Additional context
None.
Metadata
Metadata
Assignees
Labels
No labels