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

Commit a704fe4

Browse files
committed
Merge pull request #32 from jdeathe/issue/27
ISSUE 27: Updated source tag to 1.3.1.
2 parents abec596 + 2016662 commit a704fe4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
# CentOS-6, Apache 2.2, PHP 5.3, PHP memcached 1.0, PHP APC 3.1, Composer
55
#
66
# =============================================================================
7-
FROM jdeathe/centos-ssh-apache-php:centos-6-1.3.0
7+
FROM jdeathe/centos-ssh-apache-php:centos-6-1.3.1
88

99
MAINTAINER James Deathe <james.deathe@gmail.com>
1010

1111
# -----------------------------------------------------------------------------
1212
# FastCGI support
1313
# -----------------------------------------------------------------------------
14-
RUN yum --setopt=tsflags=nodocs -y install \
14+
RUN rpm --rebuilddb \
15+
&& yum --setopt=tsflags=nodocs -y install \
1516
fcgi-2.4.0-12.el6 \
1617
mod_fcgid-2.3.9-1.el6 \
1718
&& yum versionlock add \

0 commit comments

Comments
 (0)