-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
运行bash.sh出错 #26
Comments
+1,这是什么原因? |
把Dockerfile里面 |
您好,我是centos系统,按照您的指导,我把Dockerfile里面#COPY sources.list /etc/apt/前面的注释去掉之后,还是提示一个错误,烦请您有时间的话帮忙看看有没有什么解决办法吧。 E: Unable to locate package wget |
我也出现了,容器内 Step 9/17 : RUN apt-get install wget git locales ttf-wqy-zenhei sudo tzdata -y
---> Running in ebe0bb38f50b
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
fonts-wqy-zenhei : Depends: fontconfig (>= 2.3.1-1) but it is not going to be installed
git : Depends: libcurl3-gnutls (>= 7.16.2) but it is not going to be installed
Depends: libexpat1 (>= 2.0.1) but it is not going to be installed
Depends: perl but it is not going to be installed
Depends: liberror-perl but it is not going to be installed
Recommends: patch but it is not going to be installed
Recommends: less but it is not going to be installed
Recommends: ssh-client
libc6 : Breaks: locales (< 2.31) but 2.27-3ubuntu1.5 is to be installed
wget : Depends: libpsl5 (>= 0.16.0) but it is not going to be installed
Depends: libssl1.1 (>= 1.1.0) but it is not going to be installed
Recommends: ca-certificates but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
The command '/bin/sh -c apt-get install wget git locales ttf-wqy-zenhei sudo tzdata -y' returned a non-zero code: 100
build docker image error,exit process |
您好,我在运行
bash run.sh
时一直显示这个错误,不知道如何解决,谢谢The text was updated successfully, but these errors were encountered: