A

python\python-guestbook\src\backend\Dockerfile

All issues

Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`. lines of code = 1
11
RUN pip install --trusted-host pypi.python.org -r requirements.txt