Skip to content

Commit

Permalink
Build 2.4.12 - fix CentOS 8 build
Browse files Browse the repository at this point in the history
  • Loading branch information
Kai Parry committed Feb 10, 2022
1 parent 0eb9632 commit 805f947
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile8
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM centos:8

RUN sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-Linux-* && \
sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-Linux-*
RUN yum install -y pcre-devel make gcc openssl-devel rpm-build systemd-devel curl sed zlib-devel
RUN mkdir RPMS
RUN chmod -R 777 RPMS
Expand Down

0 comments on commit 805f947

Please sign in to comment.