作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
为什么 Debian Jessie 的 Docker 镜像出现以下错误?
# curl --silent --show-error --location https://download.owncloud.org/community/owncloud-8.0.3.tar.bz2 | tar xjv
tar (grandchild): bzip2: Cannot exec: No such file or directory
tar (grandchild): Error is not recoverable: exiting now
tar: Child died with signal 13
tar: Error is not recoverable: exiting now
curl: (23) Failed writing body (4096 != 16384)
我无法在 Dockerfile RUN 语句中运行它,也无法在图像“php:5.6-fpm”的交互式 bash shell 中运行它(基于“debian:jessie”)。
但是,我可以在许多其他 Debian 和 Ubuntu 系统上运行它。
这是 Docker 的问题吗?
最佳答案
这个错误消息看起来很清楚:
tar (grandchild): bzip2: Cannot exec: No such file or directory
bzip2
不存在于 debian:jessie
实例中,因此如果您想使用 bzip2 压缩,则必须先使用 apt- 安装 bzip2获取安装 bzip2
。
关于docker - 为什么我无法使用 Debian 的 Docker 镜像将文件从 "tar"通过管道传送到 "curl"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30373927/
我是一名优秀的程序员,十分优秀!