docker xtom无法访问的解决办法

RUN echo "deb [trusted=yes] https://mirror.xtom.com/sury/php/ $(lsb_release -sc) main" | tee /etc/apt/sources.list.d/php.list

 

将上面更换为

RUN echo "deb [trusted=yes] https://packages.sury.org/php/ $(lsb_release -sc) main" | tee /etc/apt/sources.list.d/php.list

posted @ 2022-07-23 12:02  php、凯  阅读(35)  评论(0)    收藏  举报
点击右上角即可分享
微信分享提示