Skip to content

Commit

Permalink
workflows: Use CentOS7 Extra repo's epel-release package
Browse files Browse the repository at this point in the history
epel-release package is already included in Extra repo in CentOS7.

Signed-off-by: Hiroshi Hatake <[email protected]>
  • Loading branch information
cosmo0920 committed Aug 2, 2024
1 parent e18cc86 commit 85c6aae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dockerfiles/Dockerfile.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ RUN sed -i -e "s/^mirrorlist=http:\/\/mirrorlist.centos.org/#mirrorlist=http:\/\
wget unzip systemd-devel wget flex bison \
cyrus-sasl-lib cyrus-sasl-devel openssl openss-libs openssl-devel \
postgresql-libs postgresql-devel postgresql-server postgresql libyaml-devel && \
wget -q http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm && \
rpm -ivh epel-release-latest-7.noarch.rpm && \
yum install -y epel-release && \
yum install -y cmake3

COPY . /src/
Expand Down

0 comments on commit 85c6aae

Please sign in to comment.