Docker not properly installing python packages using pip install -r requirements.txt – Debian
I am pretty new to Docker and Django. I am trying to set up a Django project for a REST-ful API running in a Docker container. I am trying to import the relavent python packages from a RUN command in…