Skip to content
New issue

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

Fixed Centos 8 download error in dockerfile and fixed mAdd bug in the… #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

zaiyan-alam
Copy link

@zaiyan-alam zaiyan-alam commented May 17, 2023

… workflow

Docker build threw the following error while installing gcc, fixed with updating the url list :

[ 2/12] RUN yum -y install make gcc:
#0 1.729 HTCondor Stable RPM Repository for Redhat Enter 13 kB/s | 2.9 kB 00:00
#0 2.146 CentOS Linux 8 - AppStream 110 B/s | 38 B 00:00
#0 2.152 Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist
Dockerfile:4
2 |
3 | # install build dependencies
4 | >>> RUN yum -y install make gcc
5 |
6 | ENV HOME=/home/scitech
ERROR: failed to solve: process "/bin/sh -c yum -y install make gcc" did not complete successfully: exit code: 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant