찾다

 >  Q&A  >  본문

portia - 在mac下用docker build镜像时,报Failed to fetch

1.在mac上安装portia,https://github.com/scrapinghub/portia
git clone后使用docker build -t portia .
最后爆出错误

E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/python3-defaults/python3-dev_3.4.0-0ubuntu2_amd64.deb  Connection failed [IP: 91.189.91.24 80]

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Command failed (exitcode: 100), exiting...

是因为ubuntu的源要更改吗?

ringa_leeringa_lee2775일 전795

모든 응답(1)나는 대답할 것이다

  • 天蓬老师

    天蓬老师2017-04-24 09:11:21

    빌드 중에 공식 우분투 소스에서 다운로드가 실패했기 때문입니다.

    • 몇 번 더 시도해볼 수도 있고, 네트워크가 좋으면 성공할 수도 있습니다.

    • 또는 우분투 소스를 163과 같은 국내 소스로 변경하세요. 이를 위해서는 Dockerfile의 명령을 수정해야 합니다.

    단, docker 이미지를 직접 다운로드하는 것을 권장합니다:
    docker pull scrapinghub/portia-on-dash

    회신하다
    0
  • 취소회신하다