mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
centos8: Fix missing repo metadata
This commit is contained in:
parent
d541e0da65
commit
e60fdafdaa
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
||||||
FROM centos:8
|
FROM centos:8
|
||||||
|
|
||||||
|
# Fix missing repo metadata
|
||||||
|
RUN sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-Linux-*
|
||||||
|
RUN sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-Linux-*
|
||||||
|
|
||||||
RUN dnf update -y
|
RUN dnf update -y
|
||||||
RUN dnf install python3 git gcc gcc-c++ make gnutls-devel libuuid-devel glibc-langpack-en -y
|
RUN dnf install python3 git gcc gcc-c++ make gnutls-devel libuuid-devel glibc-langpack-en -y
|
||||||
RUN dnf install epel-release -y
|
RUN dnf install epel-release -y
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue