博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
dockerfile中apt-install处理continue
阅读量:6266 次
发布时间:2019-06-22

本文共 611 字,大约阅读时间需要 2 分钟。

报错

Step 6 : RUN apt-get install lsof ---> Running in 3bffcff2a321Reading package lists...Building dependency tree...Reading state information...The following extra packages will be installed:  libperl4-corelibs-perlThe following NEW packages will be installed:  libperl4-corelibs-perl lsof0 upgraded, 2 newly installed, 0 to remove and 57 not upgraded.Need to get 360 kB of archives.After this operation, 692 kB of additional disk space will be used.Do you want to continue? [Y/n] Abort.The command '/bin/sh -c apt-get install lsof' returned a non-zero code: 1

使用assume-yes

apt-get install lsof --assume-yes

doc

转载地址:http://zbcpa.baihongyu.com/

你可能感兴趣的文章
jquery ui datepicker 只能选今天以后的日期
查看>>
控件:Gallery --- 3.(实现图片切换)
查看>>
Struts标签---logic:Iterate使用方法
查看>>
HDOJ-1102 Constructing Roads
查看>>
两分钟彻底让你明白Android Activity生命周期(图文)!
查看>>
关于KMP算法
查看>>
当C++遇到iOS应用开发---SQLITE篇
查看>>
Lucene
查看>>
html input readonly 和 disable的区别
查看>>
html代码格式严谨
查看>>
moodle 迁移
查看>>
树线段hdu 1754 I Hate It(线段树)
查看>>
uva-297 Quadtrees
查看>>
java6枚举类型
查看>>
构造函数产生的点及原因
查看>>
对象、对象数组、JSON、JSON数组的相关操作
查看>>
lua(wax框架) 适配 64位操作系统
查看>>
css3和jquery实现的可折叠导航菜单(适合手机网页)
查看>>
POJ 1696 Space Ant(点积的应用)
查看>>
storyboard ID
查看>>