Aleksandr Kristal
Results
1
comments of
Aleksandr Kristal
I have the same problem. RUN git\your_project> docker pull python:3.11.1-slim And change first string in your docker file: FROM python:3.11.1-alpine3.17 -> FROM python:3.11.1-slim That problem comes from the restrictions of...