Merge pull request #2140 from charltonaustin/upgrade_nginx

Adding in development ppa for nginx
This commit is contained in:
Charlton Austin 2016-11-18 14:51:02 -05:00 committed by GitHub
commit f6fe9023a4

View file

@ -5,6 +5,10 @@ FROM phusion/baseimage:0.9.19
ENV DEBIAN_FRONTEND noninteractive
ENV HOME /root
# This is so we don't break http golang/go#17066
# When Ubuntu has nginx >= 1.11.0 we can switch back.
RUN add-apt-repository ppa:nginx/development
# Install system packages
RUN apt-get update # 17NOV2016
RUN apt-get install -y \