File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ ARG GREP_EXCLUDE='(ld.so|ld-linux-x86-64.so|libBrokenLocale.so|libSegFault.so|li
66
77
88RUN 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
1011RUN 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 && \
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ if [[ retval -ne 0 ]]; then
4444fi
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
4848retval=$?
4949if [[ retval -ne 0 ]]; then
5050 exit $retval
You can’t perform that action at this time.
0 commit comments