This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Description
Trying to install wget:
RUN yum -y install wget \
&& yum clean all
Getting:
...
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
Warning: RPMDB altered outside of yum.
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
ERROR: Service 'lr-hadoop' failed to build: The command '/bin/sh -c yum -y install wget && yum clean all' returned a non-zero code: 1
I also have tried many different variation of installation commands, no avail.