Docker Debian apt Error Reading from Server

后端 未结 5 2971
迷失自我
迷失自我 2021-02-20 18:26

It would seem that apt-get is having issues connecting with the repository servers. I suppose it is likely compatibility issues, as mentioned here, however the proposed solution

5条回答
  •  走了就别回头了
    2021-02-20 18:46

    For those visiting with similar issues, using the --no-cache flag in the docker build may help. Similar issues (though not this exact one) can occur if the apt-get update is old and not being recalled sue to caching.

提交回复
热议问题