You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@teaclave.apache.org by rd...@apache.org on 2021/07/19 06:57:15 UTC

[incubator-teaclave-sgx-sdk] 03/05: docker: fix centos8

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 <di...@gmail.com>
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: commits-unsubscribe@teaclave.apache.org
For additional commands, e-mail: commits-help@teaclave.apache.org