Код: Выделить всё
FROM python:3.8-slim-buster
WORKDIR /src
COPY requirements.txt /src
RUN pip install -r requirements.txt
COPY app/ /src/app
ENV PYTHONPATH=/src
EXPOSE 8000
WORKDIR /src/app
Код: Выделить всё
ERROR: failed to solve: DeadlineExceeded: DeadlineExceeded: python:3.8-slim-buster: failed to copy: httpReadSeeker: failed open: failed to do request: Get "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/cf/cf7d11e02afd21125c5378d971bc42cfed2b697d7c116b14eed0baad617839da/data?verify=1687069048-Wqw%2FLtaBudeh5Szh3s0QeRVV6q0%3D": dial tcp 104.18.123.25:443: i/o timeout
Спасибо
Подробнее здесь: https://stackoverflow.com/questions/764 ... cker-image