4
4
# CentOS-6, Apache 2.2, PHP 5.3, PHP Memcached 1.0, PHP APC 3.1.
5
5
#
6
6
# =============================================================================
7
- FROM jdeathe/centos-ssh-apache-php:centos-6-1.4.5
7
+ FROM jdeathe/centos-ssh-apache-php:centos-6-1.5.0
8
8
9
9
MAINTAINER James Deathe <james.deathe@gmail.com>
10
10
@@ -13,7 +13,7 @@ MAINTAINER James Deathe <james.deathe@gmail.com>
13
13
# -----------------------------------------------------------------------------
14
14
RUN rpm --rebuilddb \
15
15
&& yum -y erase \
16
- php-5.3.3-46.el6_6 \
16
+ php-5.3.3-48.el6_8 \
17
17
&& yum --setopt=tsflags=nodocs -y install \
18
18
fcgi-2.4.0-12.el6 \
19
19
mod_fcgid-2.3.9-1.el6 \
@@ -26,12 +26,15 @@ RUN rpm --rebuilddb \
26
26
# -----------------------------------------------------------------------------
27
27
# Copy files into place
28
28
# -----------------------------------------------------------------------------
29
- ADD etc/services-config/httpd/conf.d/fcgid.conf /etc/services-config/httpd/conf.d/
30
- RUN ln -sf /etc/services-config/httpd/conf.d/fcgid.conf /etc/httpd/conf.d/fcgid.conf
29
+ ADD etc/services-config/httpd/conf.d/fcgid.conf \
30
+ /etc/services-config/httpd/conf.d/
31
+ RUN ln -sf \
32
+ /etc/services-config/httpd/conf.d/fcgid.conf \
33
+ /etc/httpd/conf.d/fcgid.conf
31
34
32
35
# -----------------------------------------------------------------------------
33
36
# Set default environment variables used to configure the service container
34
37
# -----------------------------------------------------------------------------
35
- ENV HTTPD /usr/sbin/httpd.worker
38
+ ENV HTTPD= " /usr/sbin/httpd.worker"
36
39
37
40
CMD ["/usr/bin/supervisord" , "--configuration=/etc/supervisord.conf" ]
0 commit comments