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

Commit 03b42f0

Browse files
authored
Merge pull request #86 from jdeathe/issue/85
CLOSES #85: Fixes incorrect yum package names for fcgi and mod_fcgid.
2 parents 7b329f4 + be46e4e commit 03b42f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ RUN rpm --rebuilddb \
1515
&& yum -y erase \
1616
php-5.3.3-48.el6_8 \
1717
&& yum --setopt=tsflags=nodocs -y install \
18-
fcgi.x86_64 0:2.4.0-12.el6 \
19-
mod_fcgid.x86_64 0:2.3.9-1.el6 \
18+
fcgi-2.4.0-12.el6 \
19+
mod_fcgid-2.3.9-1.el6 \
2020
&& yum versionlock add \
2121
fcgi \
2222
mod_fcgid \

0 commit comments

Comments
 (0)