Swapping beta to mainline

This commit is contained in:
Ric Harvey
2015-06-25 13:30:45 +00:00
parent 80c0eea98f
commit 1c1c77889f

View File

@@ -11,8 +11,8 @@ ENV DEBIAN_FRONTEND noninteractive
# Add sources for latest nginx # Add sources for latest nginx
RUN apt-get install -y wget RUN apt-get install -y wget
RUN wget -q http://nginx.org/keys/nginx_signing.key -O- | sudo apt-key add - RUN wget -q http://nginx.org/keys/nginx_signing.key -O- | sudo apt-key add -
RUN echo deb http://nginx.org/packages/ubuntu/ trusty nginx >> /etc/apt/sources.list RUN echo deb http://nginx.org/packages/mainline/ubuntu/ trusty nginx >> /etc/apt/sources.list
RUN echo deb-src http://nginx.org/packages/ubuntu/ trusty nginx >> /etc/apt/sources.list RUN echo deb-src http://nginx.org/packages/mainline/ubuntu/ trusty nginx >> /etc/apt/sources.list
# Update System # Update System
RUN apt-get update RUN apt-get update