docker build:返回非零代码:2

时间:2016-03-31 02:41:35

标签: docker dockerfile

此行导致我的docker构建失败。它在干净的debian安装上运行良好。定义这条线的正确方法是什么?

RUN debconf-set-selections <<< 'mysql-server mysql-server/root_password password s3cr3t'
  

步骤5:运行debconf-set-selections&lt;&lt;&lt; &#39; MySQL的服务器   mysql-server / root_password密码s3cr3t&#39; ---&GT;运行   2309ecbf6f15 / bin / sh:1:语法错误:重定向意外   command&#39; / bin / sh -c debconf-set-selections&lt;&lt;&lt; &#34; MySQL的服务器   mysql-server / root_password密码s3cr3t&#34;&#39;返回非零代码:   2

0 个答案:

没有答案