Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 0cc61ea

Browse files
committed
Update download URL in base Dockerfile of server (#50)
1 parent 85b337c commit 0cc61ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OMAF-Sample/server/Dockerfile.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ARG WORKDIR=/home/immersive
1313
RUN yum install -y centos-release-scl-rh && \
1414
yum install -y deltarpm && \
1515
yum install -y wget git bzip2 xz sudo devtoolset-7-gcc* && \
16-
wget https://download-ib01.fedoraproject.org/pub/epel/7/x86_64/Packages/e/epel-release-7-14.noarch.rpm && \
16+
wget https://rpmfind.net/linux/epel/7/x86_64/Packages/e/epel-release-7-14.noarch.rpm && \
1717
rpm -Uvh epel-release*rpm && \
1818
yum install -y openssl centos-release-scl scl-utils gmp gmp-devel && \
1919
yum install -y mpfr mpfr-devel libmpc libmpc-devel patch autoconf && \

0 commit comments

Comments
 (0)