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

Commit 3e744fa

Browse files
committed
ISSUE 108: Adds updated upstream source to version 1.8.0.
1 parent 6233019 commit 3e744fa

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

Dockerfile

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# CentOS-6, Apache 2.2, PHP 5.3, PHP Memcached 1.0, PHP APC 3.1.
55
#
66
# =============================================================================
7-
FROM jdeathe/centos-ssh-apache-php:centos-6-1.7.3
7+
FROM jdeathe/centos-ssh-apache-php:centos-6-1.8.0
88

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

@@ -31,6 +31,13 @@ ADD opt/scmi \
3131
ADD etc/systemd/system \
3232
/etc/systemd/system/
3333

34+
# -----------------------------------------------------------------------------
35+
# Package installation
36+
# -----------------------------------------------------------------------------
37+
RUN sed -i \
38+
-e 's~^description =.*$~description = "This CentOS / Apache / PHP (FastCGI) service is running in a container."~' \
39+
${PACKAGE_PATH}/etc/views/index.ini
40+
3441
# -----------------------------------------------------------------------------
3542
# Set default environment variables used to configure the service container
3643
# -----------------------------------------------------------------------------
@@ -67,4 +74,4 @@ jdeathe/centos-ssh-apache-php-fcgi:centos-6-${RELEASE_VERSION} \
6774
org.deathe.url="https://github.com/jdeathe/centos-ssh-apache-php-fcgi" \
6875
org.deathe.description="CentOS-6 6.8 x86_64 - Apache 2.2, PHP 5.3 (FastCGI), PHP memcached 1.0, PHP APC 3.1."
6976

70-
CMD ["/usr/bin/supervisord", "--configuration=/etc/supervisord.conf"]
77+
CMD ["/usr/sbin/httpd-startup", "/usr/bin/supervisord", "--configuration=/etc/supervisord.conf"]

0 commit comments

Comments
 (0)