This is an automated email from the ASF dual-hosted git repository.
dingyu pushed a commit to branch v1.1.4-testing
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git
The following commit(s) were added to refs/heads/v1.1.4-testing by this push:
new 67007dd docker: fix centos8
67007dd is described below
commit 67007dd9bd35feefd69591df20df37cede25705e
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]