We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f16915b commit e204dc5Copy full SHA for e204dc5
dev/docker/Dockerfile.centos7-static-build
@@ -11,7 +11,7 @@ RUN sed -i \
11
-e 's/mirror\.centos\.org/vault.centos.org/' \
12
/etc/yum.repos.d/CentOS-SCLo-scl-rh.repo
13
14
-RUN yum install -y git patch wget sudo java-1.8.0-openjdk-devel ccache
+RUN yum install -y git patch wget sudo java-1.8.0-openjdk-devel epel-release ccache
15
16
RUN git clone --depth=1 https://github.com/apache/incubator-gluten /opt/gluten
17
0 commit comments