We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried doing a wget on my docker container from sequenceip and I keep getting the following error.
My command in the Dockerfile
RUN yum update && yum install wget -y
(note: also tried with just yum install without the update first)
Output:
The command '/bin/sh -c yum update && yum install wget -y' returned a non-zero code: 1
Full trace of related output:
Step 14/15 : RUN yum install wget -y ---> Running in bc7a6c2fae7a Loaded plugins: fastestmirror, keys, protect-packages, protectbase Determining fastest mirrors * base: mirror.lug.udel.edu * epel: mirror.us.leaseweb.net * extras: mirror.cogentco.com * updates: mirror.linux.duke.edu 0 packages excluded due to repository protections Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package wget.x86_64 0:1.12-10.el6 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: wget x86_64 1.12-10.el6 base 484 k Transaction Summary ================================================================================ Install 1 Package(s) Total download size: 484 k Installed size: 1.8 M Downloading Packages: Running rpm_check_debug Running Transaction Test Transaction Test Succeeded Running Transaction Installing : wget-1.12-10.el6.x86_64 1/1 Rpmdb checksum is invalid: dCDPT(pkg checksums): wget.x86_64 0:1.12-10.el6 - u The command '/bin/sh -c yum install wget -y' returned a non-zero code: 1
The text was updated successfully, but these errors were encountered:
Hi Ideluca, did you find the error? I have the same problem.
Juankmt
Sorry, something went wrong.
Hello, This command is ok for me :
RUN yum -y upgrade RUN yum -y install wget
RUN yum -y update && yum -y install wget
RUN yum -y update && yum -y install wget thanks
No branches or pull requests
I tried doing a wget on my docker container from sequenceip and I keep getting the following error.
My command in the Dockerfile
RUN yum update && yum install wget -y
(note: also tried with just yum install without the update first)
Output:
The command '/bin/sh -c yum update && yum install wget -y' returned a non-zero code: 1
Full trace of related output:
The text was updated successfully, but these errors were encountered: