dockerfile创建ubuntu,postfix配置选择时停止
dockerfile创建ubuntu16.04,官网源
ubuntu安装完成,执行dockerfile后续命令。
到这一步,
网上有说用apt-get install -y -o Options::="2" postfix 实验无果.
怎样才能自动安装选择呢?
ubuntu安装完成,执行dockerfile后续命令。
到这一步,
RUN apt-get install -y dovecot-imapd dovecot-pop3d postfix
Selecting previously unselected package postfix. Preparing to unpack .../postfix_3.1.0-3_amd64.deb ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline Postfix Configuration --------------------- Please select the mail server configuration type that best meets your needs. No configuration: Should be chosen to leave the current configuration unchanged. Internet site: Mail is sent and received directly using SMTP. Internet with smarthost: Mail is received directly using SMTP or by running a utility such as fetchmail. Outgoing mail is sent using a smarthost. Satellite system: All mail is sent to another machine, called a 'smarthost', for delivery. Local only: The only delivered mail is the mail for local users. There is no network. 1. No configuration 3. Internet with smarthost 5. Local only 2. Internet Site 4. Satellite system General type of mail configuration:
网上有说用apt-get install -y -o Options::="2" postfix 实验无果.
怎样才能自动安装选择呢?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)