Enable crb and highavailability repos
modified: striker/Dockerfile
This commit is contained in:
parent
b341d300d2
commit
cd95798d84
@ -1,6 +1,7 @@
|
|||||||
FROM almalinux:latest
|
FROM almalinux:latest
|
||||||
|
|
||||||
RUN sed -i 's/enabled=0/enabled=1/g' /etc/yum.repos.d/almalinux-highavailability.repo
|
RUN sed -i 's/enabled=0/enabled=1/g' /etc/yum.repos.d/almalinux-highavailability.repo
|
||||||
|
RUN sed -i 's/enabled=0/enabled=1/g' /etc/yum.repos.d/almalinux-crb.repo
|
||||||
|
|
||||||
RUN dnf install -y https://alteeve.com/an-repo/m3/alteeve-release-latest.noarch.rpm
|
RUN dnf install -y https://alteeve.com/an-repo/m3/alteeve-release-latest.noarch.rpm
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user