docker php5
FROM ubuntu RUN rm -f /etc/localtime RUN ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime RUN apt-get full-upgrade -y RUN apt-get update -y RUN apt-get install -y iproute2 RUN apt-get install -y php5.6 RUN apt-get install -y php-redis php-amqp php-pdo php-mysql php-mbstring php-xml php-curl php-gd RUN apt-get install -y apache2 RUN apt-get install -y libapache2-mod-php RUN a2enmod rewrite RUN a2enmod proxy RUN a2enmod proxy_http CMD apachectl -D FOREGROUND EXPOSE 80
浙公网安备 33010602011771号