I have a suse linux 12 ec2
instance. I have activated a image sles11sp3-docker-image
using sledocker. In the Dockerfile when I try to install ibm java 1.6
using
RUN zypper in java-1_6_0-ibm
, I get following error .
Refreshing service 'container-suseconnect'. Problem retrieving the repository index file for service 'container-suseconnect': [|] Skipping service 'container-suseconnect' because of the above error. Warning: No repositories defined. Operating only with the installed resolvables. Nothing can be installed. Loading repository data... Reading installed packages... 'java-1_6_0-ibm' not found in package names. Trying capabilities. Resolving package dependencies... No provider of 'java-1_6_0-ibm' found.
Nothing to do. The command '/bin/sh -c zypper in java-1_6_0-ibm' returned a non-zero code: 104
Please help