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
Following error encountered building docker image for oai-hss(branch: master):
> Error: No matching repo to modify: PowerTools. > The command '/bin/sh -c yum update -y && yum install epel-release -y && yum install dnf-plugins-core -y && yum config-manager --set-enabled PowerTools && yum install -y psmisc git && yum clean all -y && rm -rf /var/cache/yum' returned a non-zero code: 1
Command used for build: docker build --target oai-hss --tag oai-hss:production --file component/oai-hss/docker/Dockerfile.centos8 component/oai-hss
docker build --target oai-hss --tag oai-hss:production --file component/oai-hss/docker/Dockerfile.centos8 component/oai-hss
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Following error encountered building docker image for oai-hss(branch: master):
Command used for build:
docker build --target oai-hss --tag oai-hss:production --file component/oai-hss/docker/Dockerfile.centos8 component/oai-hss
The text was updated successfully, but these errors were encountered: