mirror of
https://github.com/thib8956/nginx-proxy
synced 2024-11-22 03:46:29 +00:00
commit
941f3cc9d2
@ -6,6 +6,7 @@ RUN echo "deb http://ppa.launchpad.net/nginx/stable/ubuntu trusty main" > /etc/a
|
||||
RUN echo "deb-src http://ppa.launchpad.net/nginx/stable/ubuntu trusty main" >> /etc/apt/sources.list.d/nginx-stable-trusty.list
|
||||
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C300EE8C
|
||||
RUN apt-get update
|
||||
RUN apt-get install --only-upgrade bash
|
||||
RUN apt-get install -y wget nginx
|
||||
|
||||
RUN echo "daemon off;" >> /etc/nginx/nginx.conf
|
||||
|
Loading…
Reference in New Issue
Block a user