Merge pull request #2140 from charltonaustin/upgrade_nginx
Adding in development ppa for nginx
This commit is contained in:
commit
f6fe9023a4
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@ FROM phusion/baseimage:0.9.19
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
ENV HOME /root
|
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
|
# Install system packages
|
||||||
RUN apt-get update # 17NOV2016
|
RUN apt-get update # 17NOV2016
|
||||||
RUN apt-get install -y \
|
RUN apt-get install -y \
|
||||||
|
|
Reference in a new issue