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
add these lines of code
FROM centos:latest
ADD 'http://mirror.centos.org/centos/8-stream/BaseOS/x86_64/os/Packages/centos-gpg-keys-8-3.el8.noarch.rpm' .
RUN rpm -i 'centos-gpg-keys-8-3.el8.noarch.rpm'
RUN dnf --disablerepo '*' --enablerepo=extras swap centos-linux-repos centos-stream-repos -y
RUN dnf distro-sync -y
RUN yum install java -y
The text was updated successfully, but these errors were encountered:
Solution
Sorry, something went wrong.
No branches or pull requests
add these lines of code
FROM centos:latest
ADD 'http://mirror.centos.org/centos/8-stream/BaseOS/x86_64/os/Packages/centos-gpg-keys-8-3.el8.noarch.rpm' .
RUN rpm -i 'centos-gpg-keys-8-3.el8.noarch.rpm'
RUN dnf --disablerepo '*' --enablerepo=extras swap centos-linux-repos centos-stream-repos -y
RUN dnf distro-sync -y
RUN yum install java -y
The text was updated successfully, but these errors were encountered: