We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 228abf8 commit 097e409Copy full SHA for 097e409
1 file changed
bloscjni/Dockerfile.centos7
@@ -1,5 +1,8 @@
1
FROM amd64/centos:7
2
3
+RUN sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-* && \
4
+ sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*
5
+
6
RUN yum -y update && \
7
yum install -y java-1.8.0-openjdk java-1.8.0-openjdk-devel gcc make && \
8
java -version
0 commit comments