为什么APK添加WGET给我代码2错误?
我正在我的Docker文件中运行以下内容,
FROM alpine:latest
RUN apk update && apk add --no-cache wget
我会收到以下错误
2个错误; 14个不同的包裹可用 错误:执行人失败运行[/bin/sh -C apk Update&& APK添加 -No-Cache WGET]退出代码2服务“ Cron”无法构建
此命令是否正确?
I am running the following in my docker file
FROM alpine:latest
RUN apk update && apk add --no-cache wget
I get the following error
2 errors; 14 distinct packages available
ERROR: executor failed running [/bin/sh -c apk update && apk add
--no-cache wget] exit code 2 Service 'cron' Failed to build
Is this command correct?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论