Merge pull request #16 from ngineered/stable

Stable
This commit is contained in:
Richard Harvey
2015-07-17 14:58:01 +01:00

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 update && \
apt-get upgrade -y && \