Updated Dockerfile for php 5.5 from remi

This commit is contained in:
Deon George 2016-08-11 12:08:45 +10:00
parent ca55cfd4ed
commit 3c65841ce6

View File

@ -1,5 +1,5 @@
# NAME leenooks/lamps
# VERSION php54
# VERSION php55
# BUILD docker build -t="leenooks/lamps" .
# START docker run -dp 80:80 [-p 443:443 ] -p 2022:22 \
# -e NO_MAIL=TRUE \
@ -24,8 +24,10 @@ FROM registry.leenooks.net/leenooks/base:7
RUN yum -y install epel-release && yum clean all
RUN yum -y install http://rpms.famillecollet.com/enterprise/remi-release-7.rpm && yum clean all && rm -rf /var/tmp/*
# EPEL & Leenooks packages
RUN yum -y install \
RUN yum -y install --enabler remi-php55 \
httpd \
mariadb-server \
php \