Tweaking for debian

This commit is contained in:
Ric Harvey
2015-07-10 15:04:42 +01:00
parent a026b88901
commit ee8dcb4357

View File

@@ -9,8 +9,6 @@ RUN ln -sf /bin/true /sbin/initctl
ENV DEBIAN_FRONTEND noninteractive
# Add sources for latest nginx
RUN apt-get install -y wget
RUN wget -q http://nginx.org/keys/nginx_signing.key -O- | sudo apt-key add -
RUN echo deb http://nginx.org/packages/mainline/debian/ trusty nginx >> /etc/apt/sources.list
RUN echo deb-src http://nginx.org/packages/mainline/debian/ trusty nginx >> /etc/apt/sources.list