Using stable branch of nginx

This commit is contained in:
Ric Harvey
2015-07-15 09:02:42 +00:00
parent 195e6999c2
commit ab4dc68fc2

View File

@@ -13,7 +13,7 @@ ENV DEBIAN_FRONTEND noninteractive
# Install software requirements
RUN apt-get update && \
apt-get install -y software-properties-common && \
nginx=development && \
nginx=stable && \
add-apt-repository ppa:nginx/$nginx && \
apt-get upgrade -y && \
BUILD_PACKAGES="supervisor nginx php5-fpm git php5-mysql php5-mysql php-apc php5-curl php5-gd php5-intl php5-mcrypt php5-memcache php5-sqlite php5-tidy php5-xmlrpc php5-xsl php5-pgsql php5-mongo pwgen" && \