This is an automated email from the ASF dual-hosted git repository. rduan pushed a commit to branch v1.1.4-testing in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git
commit 1b17cbc8969984e89d751c0a8b7935e8aee8b492 Author: Yu Ding <[email protected]> AuthorDate: Sun Mar 7 23:18:38 2021 -0800 docker: fix centos8 --- dockerfile/Dockerfile.centos8.nightly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile/Dockerfile.centos8.nightly b/dockerfile/Dockerfile.centos8.nightly index a52b9a7..f058508 100644 --- a/dockerfile/Dockerfile.centos8.nightly +++ b/dockerfile/Dockerfile.centos8.nightly @@ -1,7 +1,7 @@ FROM centos:8 RUN dnf group install -y 'Development Tools' && \ - dnf --enablerepo=PowerTools install -y ocaml ocaml-ocamlbuild redhat-rpm-config openssl-devel wget rpm-build git cmake perl python2 libcurl-devel protobuf-devel && \ + dnf --enablerepo=powertools install -y ocaml ocaml-ocamlbuild redhat-rpm-config openssl-devel wget rpm-build git cmake perl python2 libcurl-devel protobuf-devel && \ alternatives --set python /usr/bin/python2 #ADD 01_gcc_8.sh /root --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
