File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
codeserver/ubi9-python-3.9 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ RUN yum install -y https://download.fedoraproject.org/pub/epel/epel-release-late
6363 yum install -y --setopt=tsflags=nodocs $INSTALL_PKGS && \
6464 rpm -V $INSTALL_PKGS && \
6565 # spawn-fcgi is not in epel9 \
66- rpm -i --nodocs https://www.rpmfind.net/linux /fedora/linux/releases/37/Everything/x86_64/os/Packages/s/spawn-fcgi-1.6.3-23.fc37.x86_64.rpm && \
66+ rpm -i --nodocs https://archives.fedoraproject.org/pub/archive /fedora/linux/releases/37/Everything/x86_64/os/Packages/s/spawn-fcgi-1.6.3-23.fc37.x86_64.rpm && \
6767 yum -y clean all --enablerepo='*'
6868
6969# Copy extra files to the image.
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ RUN yum -y module enable nginx:$NGINX_VERSION && \
7878 rpm -V $INSTALL_PKGS && \
7979 nginx -v 2>&1 | grep -qe "nginx/$NGINX_VERSION\. " && echo "Found VERSION $NGINX_VERSION" && \
8080 # spawn-fcgi is not in epel9
81- rpm -i --nodocs https://www.rpmfind.net/linux /fedora/linux/releases/37/Everything/x86_64/os/Packages/s/spawn-fcgi-1.6.3-23.fc37.x86_64.rpm && \
81+ rpm -i --nodocs https://archives.fedoraproject.org/pub/archive /fedora/linux/releases/37/Everything/x86_64/os/Packages/s/spawn-fcgi-1.6.3-23.fc37.x86_64.rpm && \
8282 yum -y clean all --enablerepo='*'
8383
8484# Copy extra files to the image.
You can’t perform that action at this time.
0 commit comments