Skip to content

Commit 3a73f77

Browse files
committed
fix centos8 build
1 parent b80325c commit 3a73f77

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile.centos8

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ARG GREP_EXCLUDE='(ld.so|ld-linux-x86-64.so|libBrokenLocale.so|libSegFault.so|li
66

77

88
RUN yum update -y && yum groupinstall -y "Development Tools" && yum install -y curl
9+
RUN yum install dnf-plugins-core && yum config-manager --set-enabled PowerTools
910

1011
RUN curl -L https://github.com/postmodern/ruby-install/archive/v0.7.0.tar.gz -o ruby-install-0.7.0.tar.gz && \
1112
tar -xzvf ruby-install-0.7.0.tar.gz && \

build_platforms.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ if [[ retval -ne 0 ]]; then
4444
fi
4545

4646
# CentOS 8 platform
47-
platform="centos8" test_platforms="centos:8 centos:7 debian:8 debian:9 debian:10 ubuntu:14.04 ubuntu:16.04 ubuntu:18.04" ./build_and_test_platform.sh
47+
platform="centos8" test_platforms="centos:8 debian:10 ubuntu:20.04" ./build_and_test_platform.sh
4848
retval=$?
4949
if [[ retval -ne 0 ]]; then
5050
exit $retval

0 commit comments

Comments
 (0)