summaryrefslogtreecommitdiffstats
path: root/docker/build/build-vespa-internal.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docker/build/build-vespa-internal.sh')
-rwxr-xr-xdocker/build/build-vespa-internal.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/build/build-vespa-internal.sh b/docker/build/build-vespa-internal.sh
index 780713ec732..91f648352ef 100755
--- a/docker/build/build-vespa-internal.sh
+++ b/docker/build/build-vespa-internal.sh
@@ -18,7 +18,7 @@ fi
./dist.sh ${VESPA_VERSION}
-yum -y install epel-release
+yum -y install https://download-ib01.fedoraproject.org/pub/epel/7/x86_64/Packages/e/epel-release-7-13.noarch.rpm
yum -y install centos-release-scl
if ! yum-config-manager --add-repo https://copr.fedorainfracloud.org/coprs/g/vespa/vespa/repo/epel-7/group_vespa-vespa-epel-7.repo; then