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
63
63
yum install -y --setopt=tsflags=nodocs $INSTALL_PKGS && \
64
64
rpm -V $INSTALL_PKGS && \
65
65
# spawn-fcgi is not in epel9 \
66
- rpm -i --nodocs https://kojipkgs .fedoraproject.org//packages/spawn-fcgi/1.6.3/23.fc37/ x86_64/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 && \
67
67
yum -y clean all --enablerepo='*'
68
68
69
69
# 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 && \
78
78
rpm -V $INSTALL_PKGS && \
79
79
nginx -v 2>&1 | grep -qe "nginx/$NGINX_VERSION\. " && echo "Found VERSION $NGINX_VERSION" && \
80
80
# spawn-fcgi is not in epel9
81
- rpm -i --nodocs https://kojipkgs .fedoraproject.org//packages/spawn-fcgi/1.6.3/23.fc37/ x86_64/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 && \
82
82
yum -y clean all --enablerepo='*'
83
83
84
84
# Copy extra files to the image.
You can’t perform that action at this time.
0 commit comments