为了账号安全,请及时绑定邮箱和手机立即绑定

报错:好像是源的问题

FROM ubuntu

MAINTAINER wbf

RUN sed -i 's/archive.ubuntu.com/mirrors.aliyun.com/g' /etc/apt/sources.list

RUN apt-get update

RUN apt-get install -y nginx

COPY index.html /var/www/html

ENTRYPOINT ["/usr/sbin/nginx", "-g", "daemon off;"]

EXPOSE 80


正在回答

1 回答

改成这个:

RUN sed -i 's/archive.ubuntu.com/mirrors.ustc.edu.cn/g' /etc/apt/sources.list

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

报错:好像是源的问题

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信